Skip to content

API Reference


API Reference / ToolSchemas / emptySchema

Variable: emptySchema

const emptySchema: JsonSchema

Defined in: src/agent/schemas.ts:21

JSON Schema fragments describing what each agent tool accepts.

Pure data — no API calls, no policy, no state. Kept apart from the catalogue so adding an endpoint means editing a schema here and a handler there, rather than growing one module that registers, describes and dispatches.

Community project — not affiliated with Dhan. MIT License.