Skip to content

Commit 2b7ba8e

Browse files
committed
Add OpenAPI Call Constants in azure-ai-projects enums
1 parent c032898 commit 2b7ba8e

File tree

1 file changed

+2
-0
lines changed
  • sdk/ai/azure-ai-projects/azure/ai/projects/models

1 file changed

+2
-0
lines changed

sdk/ai/azure-ai-projects/azure/ai/projects/models/_enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ class ItemType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
366366
MCP_APPROVAL_RESPONSE = "mcp_approval_response"
367367
MCP_CALL = "mcp_call"
368368
STRUCTURED_OUTPUTS = "structured_outputs"
369+
OPENAPI_CALL = "openapi_call"
370+
OPENAPI_CALL_OUTPUT = "openapi_call_output"
369371
WORKFLOW_ACTION = "workflow_action"
370372
MEMORY_SEARCH_CALL = "memory_search_call"
371373
OAUTH_CONSENT_REQUEST = "oauth_consent_request"

0 commit comments

Comments
 (0)