Skip to content

Commit 60a989e

Browse files
committed
Linting update
1 parent 32ce232 commit 60a989e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/server-ai/__tests__/LDAIClientImpl.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ it('returns config with interpolated messagess', async () => {
2626
parameters: { name: 'imagination', temperature: 0.7, maxTokens: 4096 },
2727
},
2828
provider: {
29-
id: 'example-provider'
29+
id: 'example-provider',
3030
},
3131
messages: [
3232
{ role: 'system', content: 'Hello {{name}}' },

0 commit comments

Comments
 (0)