Resource: reasoning://schemas/{name}
Returns JSON schema for tools/prompts/resources.
Names
- deliberation.start
- thoughts.expand
- thoughts.score
- thoughts.prune
- thoughts.link
- thoughts.merge
- thoughts.distill
- thoughts.refine
- thoughts.verify
- consensus.answer
- reasonkit.pipeline
- audit.export
- resources.read
- config.aliases
- config.providers
- telemetry.summary
Schemas for derived outputs include analysis/provenance metadata. Current derived outputs are marked heuristic; model-backed and retrieval-backed modes are reserved fail-closed provider boundaries until real invocation bindings are implemented.
Compatibility
Schemas are normalized for Vertex/Gemini function declarations:
- object schemas include
type: object - nullable fields use
nullable: true - enum schemas include concrete scalar types
- optional array/object fields avoid untyped
anyOfwrappers