We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef1d20 commit 1594befCopy full SHA for 1594bef
packages/core/test/tracing/openai-integration-functions.test.ts
@@ -45,7 +45,11 @@ interface FullOpenAIClient {
45
create: (params: EmbeddingsParams) => MockAPIPromise<EmbeddingsResponse>;
46
};
47
responses: {
48
- create: (params: { model: string; throwSync?: boolean; rejectAsync?: boolean }) => MockAPIPromise<ResponsesResponse>;
+ create: (params: {
49
+ model: string;
50
+ throwSync?: boolean;
51
+ rejectAsync?: boolean;
52
+ }) => MockAPIPromise<ResponsesResponse>;
53
54
}
55
0 commit comments