Documentation
¶
Index ¶
Constants ¶
View Source
const ToolNameThink = "think"
Variables ¶
This section is empty.
Functions ¶
func CreateToolSet ¶ added in v1.60.0
CreateToolSet is used by the tools registry.
Types ¶
type Args ¶
type Args struct {
Thought string `json:"thought" jsonschema:"The thought to think about"`
}
type ToolSet ¶ added in v1.60.0
type ToolSet struct {
// contains filtered or unexported fields
}
func (*ToolSet) Instructions ¶ added in v1.60.0
Click to show internal directories.
Click to hide internal directories.