Skip to content

Commit cc05588

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#684)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 4b87712 commit cc05588

1 file changed

Lines changed: 6 additions & 22 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7588,35 +7588,19 @@ components:
75887588
sequence_number: 6
75897589
type: 'response.custom_tool_call_input.done'
75907590
CustomToolCallItem:
7591+
allOf:
7592+
- $ref: '#/components/schemas/OpenAIResponseCustomToolCall'
7593+
- properties:
7594+
status:
7595+
$ref: '#/components/schemas/ToolCallStatus'
7596+
type: 'object'
75917597
description: 'A call to a custom (freeform-grammar) tool created by the model — distinct from `function_call`. Used for tools like Codex CLI''s `apply_patch` whose payload is opaque text rather than JSON arguments.'
75927598
example:
75937599
call_id: 'call-abc123'
75947600
id: 'ctc-abc123'
75957601
input: "*** Begin Patch\n*** End Patch"
75967602
name: 'apply_patch'
75977603
type: 'custom_tool_call'
7598-
properties:
7599-
call_id:
7600-
type: 'string'
7601-
id:
7602-
type: 'string'
7603-
input:
7604-
type: 'string'
7605-
name:
7606-
type: 'string'
7607-
namespace:
7608-
description: 'Namespace qualifier for tools registered as part of a namespace tool group (e.g. an MCP server)'
7609-
type: 'string'
7610-
type:
7611-
enum:
7612-
- 'custom_tool_call'
7613-
type: 'string'
7614-
required:
7615-
- 'type'
7616-
- 'call_id'
7617-
- 'name'
7618-
- 'input'
7619-
type: 'object'
76207604
CustomToolCallOutputItem:
76217605
allOf:
76227606
- $ref: '#/components/schemas/OpenAIResponseCustomToolCallOutput'

0 commit comments

Comments
 (0)