Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sdk/ai/azure-ai-projects/azure/ai/projects/models/_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ class ItemType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
MCP_APPROVAL_RESPONSE = "mcp_approval_response"
MCP_CALL = "mcp_call"
STRUCTURED_OUTPUTS = "structured_outputs"
OPENAPI_CALL = "openapi_call"
OPENAPI_CALL_OUTPUT = "openapi_call_output"
Comment on lines +369 to +370
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG mentions OpenAPI tool samples were added (lines 30-31) but does not document the addition of the new OPENAPI_CALL and OPENAPI_CALL_OUTPUT enum constants. Consider adding an entry under "Features Added" section to document these new ItemType enum values, such as: "Added OPENAPI_CALL and OPENAPI_CALL_OUTPUT to ItemType enum for OpenAPI tool support."

Copilot uses AI. Check for mistakes.
WORKFLOW_ACTION = "workflow_action"
MEMORY_SEARCH_CALL = "memory_search_call"
OAUTH_CONSENT_REQUEST = "oauth_consent_request"
Expand Down
Loading