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 c67351d commit 52f49f5Copy full SHA for 52f49f5
dev-packages/node-integration-tests/suites/tracing/google-genai/scenario.mjs
@@ -22,9 +22,7 @@ class MockGoogleGenAI {
22
content: {
23
parts: [
24
{
25
- text: params.contents
26
- ? 'The capital of France is Paris.'
27
- : 'Mock response from Google GenAI!',
+ text: params.contents ? 'The capital of France is Paris.' : 'Mock response from Google GenAI!',
28
},
29
],
30
role: 'model',
0 commit comments