Skip to content

Commit 5ecc8d9

Browse files
committed
fix test
1 parent 18c1ea7 commit 5ecc8d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/helpers/__tests__/__snapshots__/openAi.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ exports[`openAi helpers mapPromptToOpenAIConfig should map the configuration to
3030
},
3131
],
3232
"top_p": 0.5,
33+
"user": undefined,
3334
}
3435
`;
3536

@@ -54,5 +55,6 @@ exports[`openAi helpers mapPromptToOpenAIConfig should map the configuration to
5455
"tool_choice": undefined,
5556
"tools": undefined,
5657
"top_p": 0.5,
58+
"user": undefined,
5759
}
5860
`;

0 commit comments

Comments
 (0)