File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18617,6 +18617,7 @@ components:
1861718617 id: 'ctc-abc123'
1861818618 input: "*** Begin Patch\n*** End Patch"
1861918619 name: 'apply_patch'
18620+ status: 'completed'
1862018621 type: 'custom_tool_call'
1862118622 properties:
1862218623 call_id:
@@ -18630,6 +18631,12 @@ components:
1863018631 namespace:
1863118632 description: 'Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)'
1863218633 type: 'string'
18634+ status:
18635+ enum:
18636+ - 'in_progress'
18637+ - 'completed'
18638+ - 'incomplete'
18639+ type: 'string'
1863318640 type:
1863418641 enum:
1863518642 - 'custom_tool_call'
@@ -19040,6 +19047,7 @@ components:
1904019047 id: 'ctc-abc123'
1904119048 input: "*** Begin Patch\n*** End Patch"
1904219049 name: 'apply_patch'
19050+ status: 'completed'
1904319051 type: 'custom_tool_call'
1904419052 properties:
1904519053 call_id:
@@ -19053,6 +19061,12 @@ components:
1905319061 namespace:
1905419062 description: 'Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)'
1905519063 type: 'string'
19064+ status:
19065+ enum:
19066+ - 'in_progress'
19067+ - 'completed'
19068+ - 'incomplete'
19069+ type: 'string'
1905619070 type:
1905719071 enum:
1905819072 - 'custom_tool_call'
You can’t perform that action at this time.
0 commit comments