We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the AI core api would like to be able to generate tool calls based on the JSON Schema instead of Zod Schema
JSON Schema
Zod Schema
In @craftgen We are generating the json schema for the nodes/tools on the fly a.k.a user generated.
@lgrammel have implemented this before for modelfusion 🤘
https://github.com/vercel/modelfusion/blob/9d99703dc7b60836992bf661cfc9698c8ee5976c/examples/basic/src/model-function/generate-object-unchecked-json-schema-example.ts#L2
Let me know if you guys need help.
The text was updated successfully, but these errors were encountered:
Duplicates #1062
Sorry, something went wrong.
implemented in #2386
No branches or pull requests
Feature Description
For the AI core api would like to be able to generate tool calls based on the
JSON Schema
instead ofZod Schema
Use Case
In @craftgen We are generating the json schema for the nodes/tools on the fly a.k.a user generated.
Additional context
@lgrammel have implemented this before for modelfusion 🤘
https://github.com/vercel/modelfusion/blob/9d99703dc7b60836992bf661cfc9698c8ee5976c/examples/basic/src/model-function/generate-object-unchecked-json-schema-example.ts#L2
Let me know if you guys need help.
The text was updated successfully, but these errors were encountered: