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
Great project! I was playing with adding just enough support in genaiscript to use the agentic function in my script (microsoft/genaiscript#652)
The only issue is a silly typing error because JSONSchema is too loose (
agentic/packages/core/src/types.ts
Line 22 in c64069c
I was wondering if you could beef up that definition.
The text was updated successfully, but these errors were encountered:
I'm definitely open to this, though I kind of like being a bit flexible on the JSON Schema types to match OpenAI's ResponseFormatJSONSchema and FunctionParameters types and Vercel AI SDK's CoreTool.Parameters type.
Can you point me to the corresponding type in GenAIScript's source for reference?
Sorry, something went wrong.
You'll see that it's a smallish subset of what JSON schemas can do, but mostly what's needed and supported when working with LLMs.
https://github.com/microsoft/genaiscript/blob/main/packages/core/src/types/prompt_template.d.ts#L781
No branches or pull requests
Great project! I was playing with adding just enough support in genaiscript to use the agentic function in my script (microsoft/genaiscript#652)
The only issue is a silly typing error because JSONSchema is too loose (
agentic/packages/core/src/types.ts
Line 22 in c64069c
I was wondering if you could beef up that definition.
The text was updated successfully, but these errors were encountered: