conversation_spec_schema

Function conversation_spec_schema 

Source
pub fn conversation_spec_schema() -> String
Expand description

The JSON Schema for a ConversationSpec, as a pretty-printed string.

This is the machine-readable authoring contract: a web form, an IDE, or an LLM/skill drafting a spec targets this schema. Generated from the same #[derive(JsonSchema)] types the runtime compiles, so it cannot drift.