-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Howie/re emit #43191
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
base: main
Are you sure you want to change the base?
Howie/re emit #43191
Conversation
There was a problem hiding this 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 Azure AI Agents SDK by regenerating it from an updated API specification, enhancing documentation for Bing search configuration parameters, and cleaning up pylint directives.
- Updated TypeSpec commit reference to incorporate API specification changes
- Enhanced documentation for Bing search configuration parameters with detailed descriptions
- Removed unnecessary pylint disable directives from generated files
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
sdk/ai/azure-ai-agents/tsp-location.yaml | Updated commit hash to reference newer API specification |
sdk/ai/azure-ai-agents/tests/test_ai_instrumentor_base.py | Added pylint directive for line length and suppression |
sdk/ai/azure-ai-agents/samples/agents_response_formats/sample_agents_json_schema_response_format.py | Added pylint directive for line length and suppression |
sdk/ai/azure-ai-agents/azure/ai/agents/operations/_operations.py | Removed pylint disable directive for too-many-lines |
sdk/ai/azure-ai-agents/azure/ai/agents/models/_models.py | Removed pylint directives and enhanced documentation for Bing configuration classes |
sdk/ai/azure-ai-agents/azure/ai/agents/aio/operations/_operations.py | Removed pylint disable directives |
sdk/ai/azure-ai-agents/azure/ai/agents/_utils/model_base.py | Removed pylint disable directives |
sdk/ai/azure-ai-agents/CHANGELOG.md | Updated release date for version 1.2.0b5 |
`YYYY-MM-DD..YYYY-MM-DD`. For example, `freshness=2019-02-01..2019-05-30. To limit the results | ||
to a single date, set this parameter to a specific date. For example, freshness=2019-02-04`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing closing backtick after the date range example. Should be freshness=2019-02-01..2019-05-30
.
`YYYY-MM-DD..YYYY-MM-DD`. For example, `freshness=2019-02-01..2019-05-30. To limit the results | |
to a single date, set this parameter to a specific date. For example, freshness=2019-02-04`. | |
`YYYY-MM-DD..YYYY-MM-DD`. For example, `freshness=2019-02-01..2019-05-30`. To limit the results | |
to a single date, set this parameter to a specific date. For example, `freshness=2019-02-04`. |
Copilot uses AI. Check for mistakes.
* Week: Return webpages that Bing discovered within the last 7 days. | ||
* Month: Return webpages that Bing discovered within the last 30 days. To get articles | ||
discovered by Bing during a specific timeframe, specify a date range in the form: | ||
`YYYY-MM-DD..YYYY-MM-DD`. For example, `freshness=2019-02-01..2019-05-30. To limit the results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing closing backtick after the date range example. Should be freshness=2019-02-01..2019-05-30
.
`YYYY-MM-DD..YYYY-MM-DD`. For example, `freshness=2019-02-01..2019-05-30. To limit the results | |
`YYYY-MM-DD..YYYY-MM-DD`. For example, `freshness=2019-02-01..2019-05-30`. To limit the results |
Copilot uses AI. Check for mistakes.
8c15d45
to
26695d3
Compare
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:
General Guidelines and Best Practices
Testing Guidelines