Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventCallback ¶
EventCallback is called to forward RAG manager events during initialization.
type ToolSet ¶ added in v1.60.0
type ToolSet struct {
// contains filtered or unexported fields
}
ToolSet provides document querying capabilities for a single RAG source.
func (*ToolSet) Instructions ¶ added in v1.60.0
func (*ToolSet) SetEventCallback ¶ added in v1.60.0
func (t *ToolSet) SetEventCallback(cb EventCallback)
SetEventCallback sets a callback to receive RAG manager events during initialization. Must be called before Start().
func (*ToolSet) Start ¶ added in v1.60.0
Start initializes the RAG manager (indexes documents) and starts a file watcher for incremental updates.
Click to show internal directories.
Click to hide internal directories.