Skip to content

Update CHANGELOG.md #40578

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 17, 2025
Merged

Update CHANGELOG.md #40578

merged 2 commits into from
Apr 17, 2025

Conversation

howieleung
Copy link
Member

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 swagger spec, a link to the pull request containing these swagger spec changes has been 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.

@Copilot Copilot AI review requested due to automatic review settings April 17, 2025 13:42
@github-actions github-actions bot added the AI label Apr 17, 2025
Copy link
Contributor

@Copilot 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 updates the CHANGELOG to document recent changes in the SDK, including a redesign of automatic function calls and error handling updates.

  • Updated the BREAKING CHANGES section to detail the changes in the automatic function calls design.
  • Added information regarding the new error format returned by several tool execution methods.
  • Included a bug fix note for an infinite loop issue in the Agent create_and_process_run function.
Comments suppressed due to low confidence (1)

sdk/ai/azure-ai-projects/CHANGELOG.md:21

  • [nitpick] Consider using a valid JSON format with double quotes (e.g. '{"error": "[message]"}') for improved clarity in describing the error output.
* Because of the function calls redesign, when errors occur in `ToolSet.execute_tool_calls`, `AsyncToolSet.execute_tool_calls`, `FunctionTool.execute` and `AsyncFunctionTool.execute`, they return a JSON string in the format of `{error: [message]}` instead of throwing errors.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@howieleung howieleung enabled auto-merge (squash) April 17, 2025 14:52
@howieleung howieleung merged commit 42e72e7 into main Apr 17, 2025
23 checks passed
@howieleung howieleung deleted the howie/change-log branch April 17, 2025 15:19
cRui861 pushed a commit that referenced this pull request May 14, 2025
* Update CHANGELOG.md

* Update changelog for function calls redesign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants