Skip to content

Commit edf6db0

Browse files
committed
Update OpenAPI Schema
1 parent dae0254 commit edf6db0

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

tools/openapi-schema/ansible-ai-connect-service.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,11 @@
13861386
"system_prompt": {
13871387
"type": "string",
13881388
"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"
13891394
}
13901395
},
13911396
"required": [
@@ -2243,6 +2248,11 @@
22432248
"type": "string",
22442249
"description": "An optional non-default system prompt to be used on LLM (debug mode only)."
22452250
},
2251+
"no_tools": {
2252+
"type": "boolean",
2253+
"title": "Bypass tools",
2254+
"description": "Whether to bypass all tools and MCP servers"
2255+
},
22462256
"media_type": {
22472257
"type": "string",
22482258
"description": "A media type to be used in the output from LLM."

tools/openapi-schema/ansible-ai-connect-service.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,10 @@ components:
880880
type: string
881881
description: An optional non-default system prompt to be used on LLM (debug
882882
mode only).
883+
no_tools:
884+
type: boolean
885+
title: Bypass tools
886+
description: Whether to bypass all tools and MCP servers
883887
required:
884888
- query
885889
ChatResponse:
@@ -1526,6 +1530,10 @@ components:
15261530
type: string
15271531
description: An optional non-default system prompt to be used on LLM (debug
15281532
mode only).
1533+
no_tools:
1534+
type: boolean
1535+
title: Bypass tools
1536+
description: Whether to bypass all tools and MCP servers
15291537
media_type:
15301538
type: string
15311539
description: A media type to be used in the output from LLM.

0 commit comments

Comments
 (0)