Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Step ¶
type Step struct {
Type StepType
Content string // Prompt, ModelResponse, Thinking, and ToolOutput
Name string // ToolCall and ToolOutput
Input json.RawMessage // ToolCall
}
type ToolSchema ¶
func MustToolSchema ¶
func MustToolSchema[T any]() ToolSchema
func NewToolSchema ¶
func NewToolSchema[T any]() (ToolSchema, error)
Click to show internal directories.
Click to hide internal directories.