Skip to content

Commit 468aea6

Browse files
committed
docs: tanstack ai jsonschema
1 parent df0b018 commit 468aea6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ type Headers = Record<string, string>;
1919
/**
2020
* JSON Schema type for defining tool input/output schemas as raw JSON Schema objects.
2121
* 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
2224
*/
2325
export interface JSONSchema {
2426
type?: string | Array<string>;

0 commit comments

Comments
 (0)