Skip to content

Commit 52f49f5

Browse files
committed
fix lint
1 parent c67351d commit 52f49f5

File tree

1 file changed

+1
-3
lines changed
  • dev-packages/node-integration-tests/suites/tracing/google-genai

1 file changed

+1
-3
lines changed

dev-packages/node-integration-tests/suites/tracing/google-genai/scenario.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ class MockGoogleGenAI {
2222
content: {
2323
parts: [
2424
{
25-
text: params.contents
26-
? 'The capital of France is Paris.'
27-
: 'Mock response from Google GenAI!',
25+
text: params.contents ? 'The capital of France is Paris.' : 'Mock response from Google GenAI!',
2826
},
2927
],
3028
role: 'model',

0 commit comments

Comments
 (0)