Documentation
¶
Overview ¶
Package exampletool provides a tool that allows an agent to add (few-shot) examples to the LLM request.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(config ExampleToolConfig) (*exampleTool, error)
Types ¶
type ExampleToolConfig ¶
type ExampleToolConfig struct {
Examples []*Example
}
Click to show internal directories.
Click to hide internal directories.