MCPcopy
hub / github.com/wavetermdev/waveterm / testT1

Function testT1

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

Source from the content-addressed store, hash-verified

409}
410
411func testT1(ctx context.Context) {
412 tool := aiusechat.GetAdderToolDefinition()
413 tools := []uctypes.ToolDefinition{tool}
414 testAnthropic(ctx, DefaultAnthropicModel, "what is 2+2, use the provider adder tool", tools)
415}
416
417func testT2(ctx context.Context) {
418 tool := aiusechat.GetAdderToolDefinition()

Callers 1

mainFunction · 0.85

Calls 2

GetAdderToolDefinitionFunction · 0.92
testAnthropicFunction · 0.85

Tested by

no test coverage detected