We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0b018 commit 468aea6Copy full SHA for 468aea6
1 file changed
src/types.ts
@@ -19,6 +19,8 @@ type Headers = Record<string, string>;
19
/**
20
* JSON Schema type for defining tool input/output schemas as raw JSON Schema objects.
21
* This allows tools to be defined without Zod when you have JSON Schema definitions available.
22
+ *
23
+ * @see https://github.com/TanStack/ai/blob/049eb8acd83e6d566c6040c0c4cb53dbe222d46a/packages/typescript/ai/src/types.ts#L5C1-L49C1
24
*/
25
export interface JSONSchema {
26
type?: string | Array<string>;
0 commit comments