Skip to content
Merged
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
14 changes: 14 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18617,6 +18617,7 @@ components:
id: 'ctc-abc123'
input: "*** Begin Patch\n*** End Patch"
name: 'apply_patch'
status: 'completed'
type: 'custom_tool_call'
properties:
call_id:
Expand All @@ -18630,6 +18631,12 @@ components:
namespace:
description: 'Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)'
type: 'string'
status:
enum:
- 'in_progress'
- 'completed'
- 'incomplete'
type: 'string'
type:
enum:
- 'custom_tool_call'
Expand Down Expand Up @@ -19040,6 +19047,7 @@ components:
id: 'ctc-abc123'
input: "*** Begin Patch\n*** End Patch"
name: 'apply_patch'
status: 'completed'
type: 'custom_tool_call'
properties:
call_id:
Expand All @@ -19053,6 +19061,12 @@ components:
namespace:
description: 'Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)'
type: 'string'
status:
enum:
- 'in_progress'
- 'completed'
- 'incomplete'
type: 'string'
type:
enum:
- 'custom_tool_call'
Expand Down
Loading