Replies: 1 comment 2 replies
-
Has this been implemented? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Python implementation, instead of using
name: "response_model"
, we utilize variable names to assist the model. Additionally, we include the descriptionCorrectly Extracted {response_model.name}
to enhance the effectiveness of prompts. This could be the reason for the frequent failures in our tests compared to Python.cc: @roodboi
should be add a name: attribute to the create call? can we detect if theres no description and add one?
Beta Was this translation helpful? Give feedback.
All reactions