Interface IClaudeSchema
- Namespace
- Emissary
- Assembly
- Emissary.dll
Implemented automatically by ClaudeSchemaAttribute types: exposes the compile-time strict JSON Schema generically, enabling WithOutput<T>().
public interface IClaudeSchema
Properties
JsonSchema
The strict JSON Schema for the implementing type, generated at compile time.
public static abstract string JsonSchema { get; }