Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ToolInfo ¶
type ToolInfo struct {
Name string `json:"name"`
Description string `json:"description,omitempty"`
Path []string `json:"path"`
InputSchema map[string]any `json:"inputSchema"`
OutputSchema map[string]any `json:"outputSchema"`
SupportsStream bool `json:"supportsStream,omitempty"`
ResponseType *redant.ResponseTypeInfo `json:"responseType,omitempty"`
}
func ListToolInfos ¶
Click to show internal directories.
Click to hide internal directories.