Documentation
¶
Overview ¶
Package schema provides a fluent builder for JSON Schema objects. It outputs map[string]any compatible with agentcore's Tool.Schema() interface.
Index ¶
- func Array(desc string, items map[string]any) map[string]any
- func Bool(desc string) map[string]any
- func Enum(desc string, values ...string) map[string]any
- func Int(desc string) map[string]any
- func Number(desc string) map[string]any
- func Object(props ...Prop) map[string]any
- func String(desc string) map[string]any
- type Prop
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.