-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove content=
from all SystemMessage(content="...")
and UserMessage(content="...")
,
#39544
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?
Conversation
* Fixed dead links in pypi and makie it more searchable * fix analysis
* multiagent updates * fix spelling error * adding missing file --------- Co-authored-by: Marko Hietala <[email protected]>
* Comply with the new API version * Fix * Fix linter * Fix linter * Fix
…zure-ai-inference clients you get from azure-ai-project client (#39348)
* Create sample for agents with logic apps * address comments * Update README and Prerequisites for samples * fix link validation issue * fix broken reference
* adding a sample how to add custom attributes to traces * updating comments * fixing tool check errors --------- Co-authored-by: Marko Hietala <[email protected]>
* add fixes to file/vs patches * fix trailing whitespace
API change check APIView has identified API level changes in this PR and created following API reviews. |
* update openapi sample and tool * update sync and aio methods for create vector store
* [AI] [Agents] Add sharepoint tool sample * Update sample_agents_sharepoint.py * Update sample_agents_sharepoint.py
…39589) * Record the tests for functions and write how to deploy azure function in the readme. * Describe creation of Azure function for python * Fix * Fix typos * Fix
* adding function tracing conveniency * updated documentation * reformta * update * change to restart ci * updating implementation * updating samples * adding unit tests and fixes * removing renamed file * adding unit test files * adding safeguard for the decorator to be no-op when otel not available * formatting changes done by black tool * pylint fixes * mypy fixes * fix a few tool errors * adding exception qualname to exception trace * updating change log --------- Co-authored-by: Marko Hietala <[email protected]>
… into dargilco/azure-ai-projects-pr-02-03-1607
Hi @dargilco. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
Description
Remove
content=
from allSystemMessage(content="...")
andUserMessage(content="...")
, in all samples and tests that do acomplete
call using the Inference SDK. This keeps them short, and aligned with the new samples in the Inference package. But both options are supported.