Skip to content

Commit 1594bef

Browse files
committed
style: format test file
1 parent 8ef1d20 commit 1594bef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/core/test/tracing/openai-integration-functions.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ interface FullOpenAIClient {
4545
create: (params: EmbeddingsParams) => MockAPIPromise<EmbeddingsResponse>;
4646
};
4747
responses: {
48-
create: (params: { model: string; throwSync?: boolean; rejectAsync?: boolean }) => MockAPIPromise<ResponsesResponse>;
48+
create: (params: {
49+
model: string;
50+
throwSync?: boolean;
51+
rejectAsync?: boolean;
52+
}) => MockAPIPromise<ResponsesResponse>;
4953
};
5054
}
5155

0 commit comments

Comments
 (0)