(ctx context.Context)
| 409 | } |
| 410 | |
| 411 | func 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 | |
| 417 | func testT2(ctx context.Context) { |
| 418 | tool := aiusechat.GetAdderToolDefinition() |
no test coverage detected