Documentation
¶
Index ¶
- func OptimizeTool(client *wingman.Client, model string, tool tool.Tool) tool.Tool
- func OptimizeTools(client *wingman.Client, model string, tools []tool.Tool) []tool.Tool
- func ParseMCP() ([]tool.Tool, error)
- func ParsePrompt() (string, error)
- func Run(ctx context.Context, client *wingman.Client, model string, tools []tool.Tool, ...) error
- func RunAzure(ctx context.Context, client *wingman.Client, model string) error
- func RunCoder(ctx context.Context, client *wingman.Client, model string) error
- func RunMCP(ctx context.Context, client *wingman.Client, model string) error
- func RunOpenAPI(ctx context.Context, client *wingman.Client, model string, ...) error
- type RunOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OptimizeTool ¶ added in v0.0.11
func OptimizeTools ¶ added in v0.0.11
func ParsePrompt ¶ added in v0.0.11
Types ¶
type RunOptions ¶
type RunOptions struct {
System string
}
Click to show internal directories.
Click to hide internal directories.