MCPcopy Index your code
hub / github.com/microsoft/TypeChat / getSchemaText

Method getSchemaText

typescript/src/typechat.ts:73–73  ·  view source on GitHub ↗

* Return a string containing TypeScript source code for the validation schema.

()

Source from the content-addressed store, hash-verified

71 * Return a string containing TypeScript source code for the validation schema.
72 */
73 getSchemaText(): string;
74 /**
75 * Return the name of the JSON object target type in the schema.
76 */

Callers 5

zod.test.tsFile · 0.80
validate.test.tsFile · 0.80
createRequestPromptFunction · 0.80
createRequestPromptFunction · 0.80
createRequestPromptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected