Skip to content

Conversation

@m7md7sien
Copy link
Contributor

@m7md7sien m7md7sien commented Jan 4, 2026

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds support for OpenAPI tool functionality by introducing two new enum constants to the ItemType enum: OPENAPI_CALL and OPENAPI_CALL_OUTPUT. These follow the established pattern of pairing call types with their corresponding output types, similar to existing entries like FUNCTION_CALL/FUNCTION_CALL_OUTPUT and MCP_CALL/MCP_APPROVAL_RESPONSE.

Comment on lines +369 to +370
OPENAPI_CALL = "openapi_call"
OPENAPI_CALL_OUTPUT = "openapi_call_output"
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.
@github-actions
Copy link

github-actions bot commented Jan 4, 2026

API Change Check

APIView identified API level changes in this PR and created the following API reviews

azure-ai-projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant