MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / testT4

Function testT4

cmd/testai/main-testai.go:427–431  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

425}
426
427func 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
433func printUsage() {
434 fmt.Println("Usage: go run main-testai.go [--anthropic|--openaicomp|--openrouter|--nanogpt|--gemini] [--tools] [--model <model>] [message]")

Callers 1

mainFunction · 0.85

Calls 2

GetAdderToolDefinitionFunction · 0.92
testGeminiFunction · 0.85

Tested by

no test coverage detected