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 18c1ea7 commit 5ecc8d9Copy full SHA for 5ecc8d9
src/helpers/__tests__/__snapshots__/openAi.test.ts.snap
@@ -30,6 +30,7 @@ exports[`openAi helpers mapPromptToOpenAIConfig should map the configuration to
30
},
31
],
32
"top_p": 0.5,
33
+ "user": undefined,
34
}
35
`;
36
@@ -54,5 +55,6 @@ exports[`openAi helpers mapPromptToOpenAIConfig should map the configuration to
54
55
"tool_choice": undefined,
56
"tools": undefined,
57
58
59
60
0 commit comments