You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.'
7592
7598
example:
7593
7599
call_id: 'call-abc123'
7594
7600
id: 'ctc-abc123'
7595
7601
input: "*** Begin Patch\n*** End Patch"
7596
7602
name: 'apply_patch'
7597
7603
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)'
0 commit comments