Skip to content

Commit bbccc84

Browse files
fix(api): fix mcp tool name
1 parent fa8ec7f commit bbccc84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-ea23db36b0899cc715f56d0098956069b2d92880f448adff3a4ac1bb53cb2cec.yml
3-
openapi_spec_hash: 36f76ea31297c9593bcfae453f6255cc
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-65d42621b731238ad4e59a35a705fc0608b17f53a14d047e66ce480c793da26b.yml
3+
openapi_spec_hash: d7ca86b2507600cbd5ed197cf31263c2
44
config_hash: 666d6bb4b564f0d9d431124b5d1a0665

src/resources/realtime/realtime.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,9 +1915,9 @@ export interface RealtimeMcpToolCall {
19151915
server_label: string;
19161916

19171917
/**
1918-
* The type of the item. Always `mcp_tool_call`.
1918+
* The type of the item. Always `mcp_call`.
19191919
*/
1920-
type: 'mcp_tool_call';
1920+
type: 'mcp_call';
19211921

19221922
/**
19231923
* The ID of an associated approval request, if any.

0 commit comments

Comments
 (0)