Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FnPrototype ¶
type Input ¶
type Input struct {
Query string `json:"query" jsonschema:"description=the query to search for"`
}
type Output ¶
type Output struct { Error string `json:"error,omitempty"` Results []result `json:"results,omitempty"` }
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
func (*Tool) Description ¶
func (*Tool) WithMaxResults ¶
func (*Tool) WithUserAgent ¶
Click to show internal directories.
Click to hide internal directories.