File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1386
1386
"system_prompt" : {
1387
1387
"type" : " string" ,
1388
1388
"description" : " An optional non-default system prompt to be used on LLM (debug mode only)."
1389
+ },
1390
+ "no_tools" : {
1391
+ "type" : " boolean" ,
1392
+ "title" : " Bypass tools" ,
1393
+ "description" : " Whether to bypass all tools and MCP servers"
1389
1394
}
1390
1395
},
1391
1396
"required" : [
2243
2248
"type" : " string" ,
2244
2249
"description" : " An optional non-default system prompt to be used on LLM (debug mode only)."
2245
2250
},
2251
+ "no_tools" : {
2252
+ "type" : " boolean" ,
2253
+ "title" : " Bypass tools" ,
2254
+ "description" : " Whether to bypass all tools and MCP servers"
2255
+ },
2246
2256
"media_type" : {
2247
2257
"type" : " string" ,
2248
2258
"description" : " A media type to be used in the output from LLM."
Original file line number Diff line number Diff line change @@ -880,6 +880,10 @@ components:
880
880
type : string
881
881
description : An optional non-default system prompt to be used on LLM (debug
882
882
mode only).
883
+ no_tools :
884
+ type : boolean
885
+ title : Bypass tools
886
+ description : Whether to bypass all tools and MCP servers
883
887
required :
884
888
- query
885
889
ChatResponse :
@@ -1526,6 +1530,10 @@ components:
1526
1530
type : string
1527
1531
description : An optional non-default system prompt to be used on LLM (debug
1528
1532
mode only).
1533
+ no_tools :
1534
+ type : boolean
1535
+ title : Bypass tools
1536
+ description : Whether to bypass all tools and MCP servers
1529
1537
media_type :
1530
1538
type : string
1531
1539
description : A media type to be used in the output from LLM.
You can’t perform that action at this time.
0 commit comments