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 am looking for functionality similar to Pydantics .model_dump_json() where it generates the JSON schema of all fields and methods of a Python class.
This package does all of that, except for adding the struct methods to the schema.
I want this feature for LLM function calling, so an LLM can get an understanding of what methods it can call, and send back the function name and parameters to call the function.
I am looking for functionality similar to Pydantics
.model_dump_json()
where it generates the JSON schema of all fields and methods of a Python class.This package does all of that, except for adding the struct methods to the schema.
I want this feature for LLM function calling, so an LLM can get an understanding of what methods it can call, and send back the function name and parameters to call the function.
I am looking to add this package as the standard for JSON schema generation from struct and validation for https://github.com/instructor-ai/instructor-go which is a port of https://github.com/jxnl/instructor.
Thanks!
The text was updated successfully, but these errors were encountered: