Documentation ¶ Index ¶ func Required(schema map[string]any, names []string) map[string]any func Schema(props []SchemaProperty) map[string]any type SchemaProperty func Prop(name string, typ string, description string) SchemaProperty Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Required ¶ added in v0.2.0 func Required(schema map[string]any, names []string) map[string]any func Schema ¶ added in v0.2.0 func Schema(props []SchemaProperty) map[string]any Types ¶ type SchemaProperty ¶ added in v0.2.0 type SchemaProperty struct { Name string Type string Description string } func Prop ¶ added in v0.2.0 func Prop(name string, typ string, description string) SchemaProperty Source Files ¶ View all Source files llm.go Directories ¶ Show internal Expand all Path Synopsis anthropic chat responses Click to show internal directories. Click to hide internal directories.