Replies: 2 comments
-
🔎 Other existing solutions(Do some research / discussion)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Should we allow async expectations check - for example checking if the domain is free? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Large language models often do not give you what you need, this is called prompt drift, which can ruin the entire pipeline execution if the problem occurs at the beginning of the middle of the pipeline.
BUT it is often very easy to find out and solve:
Count expectations
Format expectations
- EXPECT JSON
- EXPECT XML
- EXPECT VCARD
Format with schema
This is not ready yet, check 📑 Formats
See also ✂️ Postprocessing and for more advanced expectations check 👮 Agent adversary expectations and 🔙 Expectation-aware generation
And in future we would maybe do 🔴 Anomaly detection
Beta Was this translation helpful? Give feedback.
All reactions