Skip to content

Commit c177b21

Browse files
committed
fix(fern/apis/api/openapi.json): Add blocking boolean to tool call message configuration
1 parent 152fff5 commit c177b21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/apis/api/openapi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4296,6 +4296,12 @@
42964296
],
42974297
"description": "This message is triggered when the tool call starts.\n\nThis message is never triggered for async tools.\n\nIf this message is not provided, one of the default filler messages \"Hold on a sec\", \"One moment\", \"Just a sec\", \"Give me a moment\" or \"This'll just take a sec\" will be used."
42984298
},
4299+
"blocking": {
4300+
"type": "boolean",
4301+
"description": "This is an optional boolean that if true, the tool call will only trigger after the message is spoken. Default is false.\n\n@default false",
4302+
"example": false,
4303+
"default": false
4304+
},
42994305
"content": {
43004306
"type": "string",
43014307
"description": "This is the content that the assistant says when this message is triggered.",

0 commit comments

Comments
 (0)