Skip to content

Commit 9461add

Browse files
authored
fix typo (#566)
1 parent 7fca65e commit 9461add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-tests/src/orchestration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('orchestration', () => {
9494

9595
it('should return a response with tool_calls when finish_reason is tool_calls', async () => {
9696
const result = await orchestrationToolCalling();
97-
expect(result.getFinishReason()).toBe('tools_calls');
97+
expect(result.getFinishReason()).toBe('tool_calls');
9898

9999
const tool_calls =
100100
result.data.orchestration_result.choices[0].message.tool_calls;

0 commit comments

Comments
 (0)