Skip to content

Commit

Permalink
gf
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Oct 16, 2024
1 parent 4256ae8 commit 4413853
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { parseMockResponse } from '../../../../test-util/mock-http.js';
import { AzureOpenAiChatCompletionResponse } from './azure-openai-chat-completion-response.js';
import type { HttpResponse } from '@sap-cloud-sdk/http-client';
import type { AzureOpenAiCreateChatCompletionResponse } from './client/inference/schema/index.js';
describe('OpenAI chat completion response', async () => {

describe('OpenAI chat completion response', () => {
let mockResponse: AzureOpenAiCreateChatCompletionResponse;
let rawResponse: HttpResponse;
let azureOpenAiChatResponse: AzureOpenAiChatCompletionResponse;
Expand Down

0 comments on commit 4413853

Please sign in to comment.