Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -60,7 +60,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