Skip to content

Commit db04e8d

Browse files
author
Wasim
committed
chore: format files
1 parent c41846a commit db04e8d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

packages/anthropic/src/convert-to-anthropic-prompt.test.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,10 +1344,10 @@ describe('assistant messages', () => {
13441344
{
13451345
role: 'assistant',
13461346
content: [
1347-
{
1348-
type: 'text',
1349-
text: '',
1350-
providerOptions: { anthropic: { type: 'compaction' } }
1347+
{
1348+
type: 'text',
1349+
text: '',
1350+
providerOptions: { anthropic: { type: 'compaction' } },
13511351
},
13521352
{ type: 'text', text: 'assistant content' },
13531353
],
@@ -1367,9 +1367,7 @@ describe('assistant messages', () => {
13671367
},
13681368
{
13691369
role: 'assistant',
1370-
content: [
1371-
{ type: 'text', text: 'assistant content' },
1372-
],
1370+
content: [{ type: 'text', text: 'assistant content' }],
13731371
},
13741372
],
13751373
},

0 commit comments

Comments
 (0)