You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing various functions and methods with generate_function_schema() and running into situations where the JSON serialization check is raising an exception. Details below:
shouples
changed the title
allow schema generation for functions with pydantic model arguments and UUIDs
allow schema generation for functions with pydantic model and UUID arguments
Sep 30, 2023
Description
I'm testing various functions and methods with
generate_function_schema()
and running into situations where the JSON serialization check is raising an exception. Details below:What I Did
With pydantic model argument:
With uuid argument:
Expected schema:
The text was updated successfully, but these errors were encountered: