Skip to content

Commit

Permalink
chore(internal): update examples (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jan 7, 2025
1 parent 43dd43c commit 036a239
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/api-resources/beta/messages/batches.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('resource batches', () => {
},
},
},
name: 'x',
name: 'name',
cache_control: { type: 'ephemeral' },
description: 'Get the current weather in a given location',
type: 'custom',
Expand Down
4 changes: 2 additions & 2 deletions tests/api-resources/beta/messages/messages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('resource messages', () => {
unit: { description: 'Unit for the output - one of (celsius, fahrenheit)', type: 'string' },
},
},
name: 'x',
name: 'name',
cache_control: { type: 'ephemeral' },
description: 'Get the current weather in a given location',
type: 'custom',
Expand Down Expand Up @@ -85,7 +85,7 @@ describe('resource messages', () => {
unit: { description: 'Unit for the output - one of (celsius, fahrenheit)', type: 'string' },
},
},
name: 'x',
name: 'name',
cache_control: { type: 'ephemeral' },
description: 'Get the current weather in a given location',
type: 'custom',
Expand Down
2 changes: 1 addition & 1 deletion tests/api-resources/messages/batches.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('resource batches', () => {
},
},
},
name: 'x',
name: 'name',
cache_control: { type: 'ephemeral' },
description: 'Get the current weather in a given location',
},
Expand Down
4 changes: 2 additions & 2 deletions tests/api-resources/messages/messages.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('resource messages', () => {
unit: { description: 'Unit for the output - one of (celsius, fahrenheit)', type: 'string' },
},
},
name: 'x',
name: 'name',
cache_control: { type: 'ephemeral' },
description: 'Get the current weather in a given location',
},
Expand Down Expand Up @@ -83,7 +83,7 @@ describe('resource messages', () => {
unit: { description: 'Unit for the output - one of (celsius, fahrenheit)', type: 'string' },
},
},
name: 'x',
name: 'name',
cache_control: { type: 'ephemeral' },
description: 'Get the current weather in a given location',
},
Expand Down

0 comments on commit 036a239

Please sign in to comment.