Skip to content

Commit

Permalink
Linting update
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Nov 22, 2024
1 parent 32ce232 commit 60a989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/server-ai/__tests__/LDAIClientImpl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ it('returns config with interpolated messagess', async () => {
parameters: { name: 'imagination', temperature: 0.7, maxTokens: 4096 },
},
provider: {
id: 'example-provider'
id: 'example-provider',
},
messages: [
{ role: 'system', content: 'Hello {{name}}' },
Expand Down

0 comments on commit 60a989e

Please sign in to comment.