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

Function testT2

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

Source from the content-addressed store, hash-verified

415}
416
417func testT2(ctx context.Context) {
418 tool := aiusechat.GetAdderToolDefinition()
419 tools := []uctypes.ToolDefinition{tool}
420 testOpenAI(ctx, DefaultOpenAIModel, "what is 2+2+8, use the provider adder tool", tools)
421}
422
423func testT3(ctx context.Context) {
424 testOpenAIComp(ctx, "gpt-4o", "what is 2+2? please be brief", nil)

Callers 1

mainFunction · 0.85

Calls 2

GetAdderToolDefinitionFunction · 0.92
testOpenAIFunction · 0.85

Tested by

no test coverage detected