package
0.1.8
Repository: https://github.com/casualjim/bubo.git
Documentation: pkg.go.dev

# Functions

Must wraps the AgentTool call and ensures that any error returned by AgentTool is handled by panicking.
New creates an AgentToolDefinition from the provided function and options.
Parameters returns a function that sets the Parameters field of agentFunctionOptions to a map where each parameter is assigned a key in the format "paramN", where N is the index of the parameter in the input slice.

# Variables

Description returns a function that sets the description of an agent function.
Name returns a function that sets the Name field of agentFunctionOptions to the provided name.

# Structs

Definition represents the definition of an agent function.