(ctx context.Context)
| 421 | } |
| 422 | |
| 423 | func testT3(ctx context.Context) { |
| 424 | testOpenAIComp(ctx, "gpt-4o", "what is 2+2? please be brief", nil) |
| 425 | } |
| 426 | |
| 427 | func testT4(ctx context.Context) { |
| 428 | tool := aiusechat.GetAdderToolDefinition() |
no test coverage detected