(ctx context.Context)
| 425 | } |
| 426 | |
| 427 | func testT4(ctx context.Context) { |
| 428 | tool := aiusechat.GetAdderToolDefinition() |
| 429 | tools := []uctypes.ToolDefinition{tool} |
| 430 | testGemini(ctx, DefaultGeminiModel, "what is 2+2+8, use the provider adder tool", tools) |
| 431 | } |
| 432 | |
| 433 | func printUsage() { |
| 434 | fmt.Println("Usage: go run main-testai.go [--anthropic|--openaicomp|--openrouter|--nanogpt|--gemini] [--tools] [--model <model>] [message]") |
no test coverage detected