(apiId: string, releaseDate = "2024-01-01")
| 4418 | |
| 4419 | describe("@jerome-benoit/sap-ai-provider-v2", () => { |
| 4420 | const sapModel = (apiId: string, releaseDate = "2024-01-01") => |
| 4421 | createMockModel({ |
| 4422 | id: `sap-ai-core/${apiId}`, |
| 4423 | providerID: "sap-ai-core", |
| 4424 | api: { |
| 4425 | id: apiId, |
| 4426 | url: "https://api.ai.sap", |
| 4427 | npm: "@jerome-benoit/sap-ai-provider-v2", |
| 4428 | }, |
| 4429 | release_date: releaseDate, |
| 4430 | }) |
| 4431 | |
| 4432 | for (const testCase of [ |
| 4433 | { |
no test coverage detected