API Reference / ToolSchemas / emptySchema
Variable: emptySchema
constemptySchema: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.