(ctx context.Context)
| 415 | } |
| 416 | |
| 417 | func 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 | |
| 423 | func testT3(ctx context.Context) { |
| 424 | testOpenAIComp(ctx, "gpt-4o", "what is 2+2? please be brief", nil) |
no test coverage detected