Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchTool ¶
type SearchTool struct {
// contains filtered or unexported fields
}
SearchTool allows agents to search their long-term memory. This is injected when auto-recall is disabled.
func (*SearchTool) Description ¶
func (t *SearchTool) Description() string
func (*SearchTool) IsLongRunning ¶
func (t *SearchTool) IsLongRunning() bool
func (*SearchTool) Name ¶
func (t *SearchTool) Name() string
func (*SearchTool) RequiresApproval ¶
func (t *SearchTool) RequiresApproval() bool
func (*SearchTool) Schema ¶
func (t *SearchTool) Schema() map[string]any
Click to show internal directories.
Click to hide internal directories.