Skip to content

Commit 361cf37

Browse files
authored
Remove unused enum definition (#36568)
1 parent 9a43c11 commit 361cf37

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

specification/search/data-plane/Azure.Search/preview/2025-08-01-preview/searchservice.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,24 +2833,6 @@
28332833
},
28342834
"description": "The AI model to be used for query planning."
28352835
},
2836-
"KnowledgeAgentOutputOptimization": {
2837-
"type": "string",
2838-
"enum": [
2839-
"attemptBypassModel"
2840-
],
2841-
"x-ms-enum": {
2842-
"name": "KnowledgeAgentOutputOptimization",
2843-
"modelAsString": true,
2844-
"values": [
2845-
{
2846-
"value": "attemptBypassModel",
2847-
"name": "AttemptBypassModel",
2848-
"description": "Attempt to avoid a model call by issuing the most recent chat message as a direct query."
2849-
}
2850-
]
2851-
},
2852-
"description": "Procedural optimizations the agent should perform during retrieval."
2853-
},
28542836
"KnowledgeAgentAzureOpenAIModel": {
28552837
"type": "object",
28562838
"x-ms-discriminator-value": "azureOpenAI",

0 commit comments

Comments
 (0)