Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchArgs ¶
type SearchArgs struct {
Query string `json:"query" description:"The query to search for"`
}
SearchArgs defines the arguments for the search tool
type SearchTool ¶
type SearchTool struct {
}
SearchTool implements the Tool interface for searching
func (*SearchTool) Run ¶
func (s *SearchTool) Run(ctx context.Context, args SearchArgs) (string, error)
Run executes the search with typed arguments
Click to show internal directories.
Click to hide internal directories.