How to run examples/multiple_search_queries/segment_search_queries.py ? #353
-
I am having trouble running this exact same script Unfortunately I get the following error
I am wondering myself what is the from_response method? Like where is it coming from? The validation error also leaves me clueless Would appreciate any help to get this code running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you read this carefully, it says that the type should be video or email and the input type was document. It means for some reason the language model picked document instead of video or email, which is one of the enums. |
Beta Was this translation helpful? Give feedback.
If you read this carefully, it says that the type should be video or email and the input type was document.
It means for some reason the language model picked document instead of video or email, which is one of the enums.
This suggests that more prompting should be done. Probably something changed in the underlying model.
In the future we should be adding seeds.