-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[AI] [Projects] Add fabric skill to Agents SDK #38570
base: feature/azure-ai-projects-b2
Are you sure you want to change the base?
[AI] [Projects] Add fabric skill to Agents SDK #38570
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e119c2d - Browse repository at this point
Copy the full SHA e119c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5edce71 - Browse repository at this point
Copy the full SHA 5edce71View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f17e49 - Browse repository at this point
Copy the full SHA 7f17e49View commit details -
Configuration menu - View commit details
-
Copy full SHA for f41ae25 - Browse repository at this point
Copy the full SHA f41ae25View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2aad6 - Browse repository at this point
Copy the full SHA ee2aad6View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1619243 - Browse repository at this point
Copy the full SHA 1619243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9ecad - Browse repository at this point
Copy the full SHA 5b9ecadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d33253 - Browse repository at this point
Copy the full SHA 8d33253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4640714 - Browse repository at this point
Copy the full SHA 4640714View commit details
Commits on Oct 4, 2024
-
Add methods ai_client.inference.get_chat_completions_client() and ai_…
…client.inference.get_azure_openai_client()
Configuration menu - View commit details
-
Copy full SHA for 9fdbccb - Browse repository at this point
Copy the full SHA 9fdbccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a719078 - Browse repository at this point
Copy the full SHA a719078View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a9215 - Browse repository at this point
Copy the full SHA b1a9215View commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b53fc6 - Browse repository at this point
Copy the full SHA 6b53fc6View commit details
Commits on Oct 7, 2024
-
Jhakulin/azure ai client agents (#37748)
* generated agents * merge latest * update * add patches * update * new version generated * fixes * fix merge error * update * use assistant_id for now * update
Configuration menu - View commit details
-
Copy full SHA for 3043ab1 - Browse repository at this point
Copy the full SHA 3043ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbcb3c - Browse repository at this point
Copy the full SHA dfbcb3cView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f237671 - Browse repository at this point
Copy the full SHA f237671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 367f88b - Browse repository at this point
Copy the full SHA 367f88bView commit details -
Add more agents samples (#37777)
* add more samples * adjust sleep * review updates
Configuration menu - View commit details
-
Copy full SHA for 7bcf705 - Browse repository at this point
Copy the full SHA 7bcf705View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5a0af - Browse repository at this point
Copy the full SHA ae5a0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b540375 - Browse repository at this point
Copy the full SHA b540375View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72cadc3 - Browse repository at this point
Copy the full SHA 72cadc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8805675 - Browse repository at this point
Copy the full SHA 8805675View commit details -
Users/singankit/evaluation add data mapping (#37824)
* Update sample_evaluations.py * Update sample_evaluations.py
Configuration menu - View commit details
-
Copy full SHA for 8935a4d - Browse repository at this point
Copy the full SHA 8935a4dView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4d3540 - Browse repository at this point
Copy the full SHA c4d3540View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d1232 - Browse repository at this point
Copy the full SHA a0d1232View commit details -
migrate async, poll functions, and samples from assistant to agent (#…
…37831) * migrate async, poll functions, and samples from assistant to agent * migrate async, poll functions, and samples from assistant to agent * resolved comments * resolve comments * using print instead of logging * moved ai_client to main function * Resolved comment * Fixed samples
Configuration menu - View commit details
-
Copy full SHA for 37405e0 - Browse repository at this point
Copy the full SHA 37405e0View commit details
Commits on Oct 11, 2024
-
[AI Client] adapt Sophia's assistant tests to client repo (#37819)
* [AI Client] adapt Sophia's assistant tests to client repo * get tests running and passing with pytest * recordings pass and pushed * review feedback
Configuration menu - View commit details
-
Copy full SHA for b2fa08e - Browse repository at this point
Copy the full SHA b2fa08eView commit details -
Took out streaming from create_run, create_and_process_run, and submi…
…t_tool_outputs_to_run and declare separate functions for streaming (#37851) * Took out streaming from create_run, create_and_process_run, and submit_tool_outputs_to_run and declare separate functions for streaming * Took out create_and_process_stream and update samples accordingly * fixed samples
Configuration menu - View commit details
-
Copy full SHA for 1eea304 - Browse repository at this point
Copy the full SHA 1eea304View commit details -
Configuration menu - View commit details
-
Copy full SHA for e204002 - Browse repository at this point
Copy the full SHA e204002View commit details
Commits on Oct 14, 2024
-
Jhakulin/azure ai client pylance (#37887)
* Fixes to Pylance error * fix sample * update * use file_upload_and_poll * updates to async samples * remove comment as we are using poll methods * more fixes
Configuration menu - View commit details
-
Copy full SHA for d9f5c3a - Browse repository at this point
Copy the full SHA d9f5c3aView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8d3a16 - Browse repository at this point
Copy the full SHA d8d3a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf1321 - Browse repository at this point
Copy the full SHA 3bf1321View commit details
Commits on Oct 16, 2024
-
fixed warning for aio and get call function tools for stream within t… (
#37913) * fixed warning for aio and get call function tools for stream within the SDK * Fixed another warning * Fixed return type
Configuration menu - View commit details
-
Copy full SHA for e672df7 - Browse repository at this point
Copy the full SHA e672df7View commit details -
Evaluation API Review Feedback (#37915)
* Evaluation API Review Feedback * add sample for evaluation schedule --------- Co-authored-by: Sai Kothinti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e231bc5 - Browse repository at this point
Copy the full SHA e231bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0db3a8 - Browse repository at this point
Copy the full SHA a0db3a8View commit details -
Jhakulin/azure ai client agents updates2 (#37937)
* minor fixes and updates * update * update
Configuration menu - View commit details
-
Copy full SHA for 5e48c75 - Browse repository at this point
Copy the full SHA 5e48c75View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea5cf16 - Browse repository at this point
Copy the full SHA ea5cf16View commit details -
create_vector_store_file_batch_and_poll + samples and update aio usin…
…g the latest code from syn (#37952) * create_vector_store_file_batch_and_poll + samples and update aio using the latest code from sync * Resolved comments
Configuration menu - View commit details
-
Copy full SHA for 4b38a6f - Browse repository at this point
Copy the full SHA 4b38a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b2a410 - Browse repository at this point
Copy the full SHA 0b2a410View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 306cb0e - Browse repository at this point
Copy the full SHA 306cb0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 879ffe8 - Browse repository at this point
Copy the full SHA 879ffe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3aa098 - Browse repository at this point
Copy the full SHA f3aa098View commit details -
Rename connection string environment variables
Rename AI_CLIENT_CONNECTION_STRING to PROJECT_CONNECTION_STRING, to match how it's shown in Azure AI Studio. Also rename AZURE_AI_CLIENT_AGENTS_CONNECTION_STRING (used in Agents tests) to PROJECT_CONNECTION_STRING_AGENTS_TESTS
Configuration menu - View commit details
-
Copy full SHA for e69d662 - Browse repository at this point
Copy the full SHA e69d662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 715c96e - Browse repository at this point
Copy the full SHA 715c96eView commit details -
Filter parameters, returned by SSE event (#37991)
* nirovins/filter_parameters * Fixes * Move utility functions out of class
Configuration menu - View commit details
-
Copy full SHA for 7fa5125 - Browse repository at this point
Copy the full SHA 7fa5125View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecd9d80 - Browse repository at this point
Copy the full SHA ecd9d80View commit details
Commits on Oct 22, 2024
-
Updates to .connection operators (#38024)
- Re-emit from latest TypeSpec - Updates to .connections operators to support the new preview version of REST API - Add "id" on ConnectionProperties
Configuration menu - View commit details
-
Copy full SHA for 7cc54a7 - Browse repository at this point
Copy the full SHA 7cc54a7View commit details -
Users/singankit/ai project utils (#38033)
* Sample upload file method on AI Client * Updating sample evaluation * Improving Evaluation user experience * Adding pip install link for evaluation * Update sample_evaluations.py * Reverting connection changes * Update _patch.py
Configuration menu - View commit details
-
Copy full SHA for 065849b - Browse repository at this point
Copy the full SHA 065849bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 325b965 - Browse repository at this point
Copy the full SHA 325b965View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e8ecd - Browse repository at this point
Copy the full SHA 99e8ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b38bd9 - Browse repository at this point
Copy the full SHA 6b38bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8fe986 - Browse repository at this point
Copy the full SHA a8fe986View commit details -
M hietala/agent tools updates (#38031)
* no need for function name separately in function definitions * more changes related to not needing to specify function names separately * adding capability to remove vector stores from file search tool * adding remove file to code interpreter * review comment related change --------- Co-authored-by: Marko Hietala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78e6894 - Browse repository at this point
Copy the full SHA 78e6894View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5eae9e6 - Browse repository at this point
Copy the full SHA 5eae9e6View commit details -
Move agents test to agents folder (#38055)
* Move agents test to agents folder * Copy changes to project
Configuration menu - View commit details
-
Copy full SHA for 1282a64 - Browse repository at this point
Copy the full SHA 1282a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e950c7 - Browse repository at this point
Copy the full SHA 4e950c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e50ef0 - Browse repository at this point
Copy the full SHA 6e50ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbaaf5 - Browse repository at this point
Copy the full SHA dfbaaf5View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f9dc5c - Browse repository at this point
Copy the full SHA 0f9dc5cView commit details -
re-doing the agent toolu updates after package changes (#38078)
Co-authored-by: Marko Hietala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01eafd6 - Browse repository at this point
Copy the full SHA 01eafd6View commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 216258c - Browse repository at this point
Copy the full SHA 216258cView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46e18c3 - Browse repository at this point
Copy the full SHA 46e18c3View commit details -
Users/singankit/evaluation async samples (#38104)
* Adding async sample for evaluation * Update sample_evaluations_async.py
Configuration menu - View commit details
-
Copy full SHA for 557f406 - Browse repository at this point
Copy the full SHA 557f406View commit details -
Fix sphinx docstring and cSpell (#38125)
* Fix sphinx * Fix spelling * Fix * Fix II * Generate new code * Fix test * Fix
Configuration menu - View commit details
-
Copy full SHA for cdc3ffb - Browse repository at this point
Copy the full SHA cdc3ffbView commit details
Commits on Oct 29, 2024
-
Disable evaluation schedule and remove sampling rate (#38161)
* sdk changes for online eval disable schedule and remove sampling rate * change sample
Configuration menu - View commit details
-
Copy full SHA for f9967f6 - Browse repository at this point
Copy the full SHA f9967f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f780407 - Browse repository at this point
Copy the full SHA f780407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 222a07d - Browse repository at this point
Copy the full SHA 222a07dView commit details -
Jhakulin/parse messages (#38167)
* parse messages * update * add test file * update * use stream for get file content * add get_file_content_stream * update * fix merge error * review feedback * more review comments * more review comments
Configuration menu - View commit details
-
Copy full SHA for 83dbacf - Browse repository at this point
Copy the full SHA 83dbacfView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5744a7 - Browse repository at this point
Copy the full SHA b5744a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a4c8e - Browse repository at this point
Copy the full SHA 42a4c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 147e7fa - Browse repository at this point
Copy the full SHA 147e7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed16a7 - Browse repository at this point
Copy the full SHA 3ed16a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a395f29 - Browse repository at this point
Copy the full SHA a395f29View commit details -
Jhakulin/agents get file content async (#38201)
* update to get file content * agents async updates * update * fix await/pylance issue * fix pylance error on AsyncToolSet * return empty set if no tool resources for code interpreter * added async toolset sample
Configuration menu - View commit details
-
Copy full SHA for e659c51 - Browse repository at this point
Copy the full SHA e659c51View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b4b1b9 - Browse repository at this point
Copy the full SHA 5b4b1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5445d74 - Browse repository at this point
Copy the full SHA 5445d74View commit details -
Fixed validation to put AyncFunctionTool into ToolSet and FunctionToo…
…l into AsyncToolSet. Introduce BaseToolset. (#38244)
Configuration menu - View commit details
-
Copy full SHA for 9f9b12f - Browse repository at this point
Copy the full SHA 9f9b12fView commit details -
adding ai agents instrumentor (#38200)
* adding ai agents instrumentor * streaming tracing sample and fixes to streaming tracing * moved tracing to agents tracing folder * adding support for tracing list_messages and async tracing sample * removing some commented out code * adding separate console and azure monitor tracing samples * removing unused code * removing more unused code * renamed tracing to telemetry. removed throwing from instrument and uninstrument * Update sdk/ai/azure-ai-projects/azure/ai/projects/telemetry/agents/_utils.py Co-authored-by: Liudmila Molkova <[email protected]> * Update sdk/ai/azure-ai-projects/azure/ai/projects/telemetry/agents/_ai_agents_instrumentor.py Co-authored-by: Liudmila Molkova <[email protected]> * Update sdk/ai/azure-ai-projects/azure/ai/projects/telemetry/agents/_ai_agents_instrumentor.py Co-authored-by: Liudmila Molkova <[email protected]> * fix for streaming with eventhandler and toolset * adding previous fix for async version also * adding missing function --------- Co-authored-by: Marko Hietala <[email protected]> Co-authored-by: Liudmila Molkova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 595ec6d - Browse repository at this point
Copy the full SHA 595ec6dView commit details -
Jhakulin/user functions updates (#38248)
* update to get file content * agents async updates * update * fix await/pylance issue * fix pylance error on AsyncToolSet * return empty set if no tool resources for code interpreter * added async toolset sample * updates to user functions * update * fix the array type for parameters
Configuration menu - View commit details
-
Copy full SHA for 6c3da41 - Browse repository at this point
Copy the full SHA 6c3da41View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40f27f1 - Browse repository at this point
Copy the full SHA 40f27f1View commit details -
Improve tracing samples and add docs on telemetry.enable (#38257)
* Improve tracig samples and add docs on telemetry.enable * fix typo
Configuration menu - View commit details
-
Copy full SHA for a73fd8b - Browse repository at this point
Copy the full SHA a73fd8bView commit details -
Jhakulin/user functions optional (#38261)
* update to get file content * agents async updates * update * fix await/pylance issue * fix pylance error on AsyncToolSet * return empty set if no tool resources for code interpreter * added async toolset sample * updates to user functions * update * fix the array type for parameters * support for Optional * update * one more example with list of dicts
Configuration menu - View commit details
-
Copy full SHA for 59a3228 - Browse repository at this point
Copy the full SHA 59a3228View commit details
Commits on Nov 4, 2024
-
adding content recording control to agents instrumentor api (#38268)
Co-authored-by: Marko Hietala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99b5b9f - Browse repository at this point
Copy the full SHA 99b5b9fView commit details -
* Added test for save_file * resolved comment
Configuration menu - View commit details
-
Copy full SHA for 139ca5d - Browse repository at this point
Copy the full SHA 139ca5dView commit details -
Mypy fixes for instrumentor (#38302)
* Fixes * Regenerate code * Merge again * Linter fixes * Regenerate the code * Fix mypy * More mypy fixes * Fix
Configuration menu - View commit details
-
Copy full SHA for 904c9ef - Browse repository at this point
Copy the full SHA 904c9efView commit details -
Fix handling of SAS token and fix mypy (#38312)
* Fix handling of SAS token and fix mypy * typo * Fix also pylance issue
Configuration menu - View commit details
-
Copy full SHA for b8ba93e - Browse repository at this point
Copy the full SHA b8ba93eView commit details -
Glharper/ai client new tools (#38202)
* [AI Client] Add new search tools * add hooks to update connection lists for bing search * use updated typespec * use ConnectionType and ConnectionsOperations * endpointOperations -> ConnectionsOperations * add AzureAISearch tool def * adapt project with new tool changes * Add new tool defs for bing and azure ai search to projects.models * use service schema for BingGroundingTool * add samples for new tools * add sharepoint tool * update prompt to use bing browsing * add sharepoint_grounding discriminator * code gen from merged typespec * update to latest typespec * review feedback * add preview header to bing grounding and azure AI serach samples
Configuration menu - View commit details
-
Copy full SHA for a1b6f46 - Browse repository at this point
Copy the full SHA a1b6f46View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3a2600 - Browse repository at this point
Copy the full SHA e3a2600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9328ea6 - Browse repository at this point
Copy the full SHA 9328ea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc537c - Browse repository at this point
Copy the full SHA 4cc537cView commit details
Commits on Nov 6, 2024
-
Fix mypy issues and re generate the code. (#38340)
* Add more mypy fixes * Fix imports * Fix * Add safe conversion method * Fix mypy * Merge to main * Fix mypy * Fix unit test * Sphinx fix * Fix cspell
Configuration menu - View commit details
-
Copy full SHA for 3085358 - Browse repository at this point
Copy the full SHA 3085358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6e88f - Browse repository at this point
Copy the full SHA 8b6e88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eadeb59 - Browse repository at this point
Copy the full SHA eadeb59View commit details
Commits on Nov 7, 2024
-
added agents example section in readme and added tags to samples (#38351
Configuration menu - View commit details
-
Copy full SHA for cab8379 - Browse repository at this point
Copy the full SHA cab8379View commit details -
Fix mypy and do not scan examples (#38375)
* Changes in a package * Fix * Fix mypy * fix mypy * Fix
Configuration menu - View commit details
-
Copy full SHA for a4f0b1d - Browse repository at this point
Copy the full SHA a4f0b1dView commit details -
Connections APIs throw instead of returning None if a connection name…
…/type is not found (#38383) * Make some APIs throw instead of returning None. Re-try to get connection string * Update README.md. Work in progress * Fixes
Configuration menu - View commit details
-
Copy full SHA for 0fe5ad8 - Browse repository at this point
Copy the full SHA 0fe5ad8View commit details -
Add code interpreter file attachment sample and link to readme. Add a…
…lot more detail to readme also. (#38384)
Configuration menu - View commit details
-
Copy full SHA for 2c28298 - Browse repository at this point
Copy the full SHA 2c28298View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27a145 - Browse repository at this point
Copy the full SHA b27a145View commit details -
Fix broken async .telemetry.enable() method, when you don't pass in "…
…destination" (#38399) * Fix README. Fix Optional[str] * Fix async telemetry
Configuration menu - View commit details
-
Copy full SHA for f867954 - Browse repository at this point
Copy the full SHA f867954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f8aa1 - Browse repository at this point
Copy the full SHA 50f8aa1View commit details -
Users/singankit/evaluation test (#38402)
* Test file * Adding fixture * Adding evaluation e2e test * Update azure_ai_projects_tests.env
Configuration menu - View commit details
-
Copy full SHA for e8e8677 - Browse repository at this point
Copy the full SHA e8e8677View commit details
Commits on Nov 8, 2024
-
Update how the inference URL is constructed (#38409)
* First * Revert back this change
Configuration menu - View commit details
-
Copy full SHA for 4479f12 - Browse repository at this point
Copy the full SHA 4479f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c88ab42 - Browse repository at this point
Copy the full SHA c88ab42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ada67 - Browse repository at this point
Copy the full SHA 60ada67View commit details -
cspell lint --config .vscode/cspell.json --no-summary "sdk/ai/azure-a…
…i-projects/**/*"
Configuration menu - View commit details
-
Copy full SHA for 75a5354 - Browse repository at this point
Copy the full SHA 75a5354View commit details -
Resolved comments from Krista (#38405)
* Address comments * Run black
Configuration menu - View commit details
-
Copy full SHA for 267c0f7 - Browse repository at this point
Copy the full SHA 267c0f7View commit details -
Add support of Azure asset IDs for the vector store. (#38066)
* Generate code * Generate new code * Expose file API and add the async test. * Remove unnecessary change * Add async samples * Do not create ML Client in tests * Better file retrieval * Regenerate code * Re generate the code * Re generate code * Fix samle name and make iterface more clear * Add samples for attachment enterprise search * Add unit tests for message attachment * Finzlize sync tests. * Add unit tests and use constants as a URI types * Regenerate code * Fix * Generate new code * Draft commit * Add another unit test * Fix and add test data * Regenerate files * Add more unit tests * Re generate code * Regenerate files * Rename classes and regenerate the code * Fixes * Fix parameter name * Fix file names * Script to check sample names inside file comments.
Configuration menu - View commit details
-
Copy full SHA for db34c99 - Browse repository at this point
Copy the full SHA db34c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e48384 - Browse repository at this point
Copy the full SHA 3e48384View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6cddf - Browse repository at this point
Copy the full SHA ad6cddfView commit details -
User/singankit/evaluation spellcheck (#38427)
* Spell check errors evaluation * Removing test environment from evaluation schedule test
Configuration menu - View commit details
-
Copy full SHA for 1722934 - Browse repository at this point
Copy the full SHA 1722934View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4eb82b - Browse repository at this point
Copy the full SHA f4eb82bView commit details -
Fix typing in samples (#38354)
* Fix samples * Re enable type checks and remove extra code * Remove non needed code * Remove non needed changes * Remove non needed changes * Fixes * Return non optional client * Remove extra line * Fix file names * Fixes * Fix async file * Fix mypy issues and suppress the ones related to typespec * Fix cSpell * Re generate code and fix unit tests * Delete sdk/ai/azure-ai-projects/samples/config.json * Fix typo * Fix unit test
Configuration menu - View commit details
-
Copy full SHA for c6edff5 - Browse repository at this point
Copy the full SHA c6edff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 131554f - Browse repository at this point
Copy the full SHA 131554fView commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0008861 - Browse repository at this point
Copy the full SHA 0008861View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5762680 - Browse repository at this point
Copy the full SHA 5762680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9369a5d - Browse repository at this point
Copy the full SHA 9369a5dView commit details -
sdk changes for name change for provisioning state and isEnabled onli…
…ne evaluation (#38298) * sdk changes for name change for provisioning state and isEnabled online evaluation * add correct tsp-location.yaml
Configuration menu - View commit details
-
Copy full SHA for 2a7d1eb - Browse repository at this point
Copy the full SHA 2a7d1ebView commit details -
azure-ai-projects: configure otel logging in telemetry.enable() helper (
#38434) * Configure otel events in projects.telemetry.enable()
Configuration menu - View commit details
-
Copy full SHA for b31889f - Browse repository at this point
Copy the full SHA b31889fView commit details -
[ai] fix(pylint): Resolve
W1309
,W0107
,W0707
,R1705
,W0401
……, `R1714`, `W0611`, `W0404`, `W0201`, `W1201` and `W1203` (#38447) * style: Run isort * fix(pylint): Resolve W1309(f-string-without-interpolation) From sdk/ai/azure-ai-projects, run: ruff check --select=F541 azure --fix * fix(pylint): Resolve W0107(unnecessary-pass) From sdk/ai/azure-ai-projects, run ruff check --select=PIE790 --fix azure * fix(pylint): Resolve W0707(raise-missing-from) * fix(pylint): Resolve R1705(no-else-return) From azure/ai/azure-ai-projects, run ruff check --select=RET505 --fix azure * fix(pylint): Resolve W0401(wildcard-import) * fix(pylint): Resolve R1714(consider-using-in) * fix(pylint): Resolve W0611(unused-import) * fix(pylint): Resolve W0404(reimported) * fix(pylint): Resolve W0201(attribute-defined-outside-init) * fix(pylint): Resolve W1201(logging-not-lazy) and W1203(logging-fstring-interpolation)
Configuration menu - View commit details
-
Copy full SHA for a204c17 - Browse repository at this point
Copy the full SHA a204c17View commit details -
Add readme for get_message, save_file, get_file_content, tracing, Bin…
…g grounding, enterprise (#38426) * git Add readme for get_message, save_file, get_file_content, tracing * Readme for enterprise search, code interpreter, attachment * More documentation for tools * Fixed create_thread documentation * resolved comments * Resolved comments * Resolved comments from Krista
Configuration menu - View commit details
-
Copy full SHA for 4ae547e - Browse repository at this point
Copy the full SHA 4ae547eView commit details -
* Fix unit tests and some type issues. * Fixes * Fix mypy
Configuration menu - View commit details
-
Copy full SHA for 7a1de64 - Browse repository at this point
Copy the full SHA 7a1de64View commit details -
agents telemetry pyright fixes (#38457)
Co-authored-by: Marko Hietala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d920d44 - Browse repository at this point
Copy the full SHA d920d44View commit details
Commits on Nov 12, 2024
-
Fix pyright for agents. (#38464)
* Fix as if python version is 3.8 * Fixed * Add custom config * Move line, ignoring import
Configuration menu - View commit details
-
Copy full SHA for 7a66f7e - Browse repository at this point
Copy the full SHA 7a66f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a629bfa - Browse repository at this point
Copy the full SHA a629bfaView commit details -
[ai] fix(pylint): Resolve
C0301
,C4739
,C4740
,C4741
,C4742
……, `C4743` for `azure-ai-projects` (#38459) * fix(pylint): Resolve C0301(line-too-long) * fix(pylint): Resolve C4743(docstring-should-be-keyword) * fix(pylint): Resolve C4739(docstring-missing-param) * fix(pylint): Resolve C4740(docstring-missing-type) * fix(pylint): Resolve C4741(docstring-missing-return) * fix(pylint): Resolve C4742(docstring-missing-rtype) * style: Run black
Configuration menu - View commit details
-
Copy full SHA for 80f7311 - Browse repository at this point
Copy the full SHA 80f7311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d345d - Browse repository at this point
Copy the full SHA 78d345dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc77caa - Browse repository at this point
Copy the full SHA fc77caaView commit details -
Removed enterprise and add installation for tracing (#38483)
* Removed enterprise and add installation for tracing * clean up * resolved comments
Configuration menu - View commit details
-
Copy full SHA for 90e27d4 - Browse repository at this point
Copy the full SHA 90e27d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a06c0cc - Browse repository at this point
Copy the full SHA a06c0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6573482 - Browse repository at this point
Copy the full SHA 6573482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd7be7 - Browse repository at this point
Copy the full SHA 4cd7be7View commit details -
agents tracing pylint fixes (#38496)
Co-authored-by: Marko Hietala <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb046e2 - Browse repository at this point
Copy the full SHA fb046e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 723c59b - Browse repository at this point
Copy the full SHA 723c59bView commit details
Commits on Nov 13, 2024
-
[ai] fix(pylint): Resolving remaining pylint errors (#38500)
* fix(pylint): Resolve R1705(no-else-return) * fix(pylint): Resolve C0207(use-maxsplit-arg) * fix(pylint): Resolve C0412(ungrouped-imports) * fix(pylint): Resolve W1401(anomalous-backslash-in-string) * fix(pylint): Resolve W0105(pointless-string-statement) * fix(pylint): Ignore W0221(arguments-differ) pylint has an open issue tracking false positives for arguments-differ with overloads in subclasses * fix(pylint): Ignore W0718(broad-exception-caught) * fix(pylint): Ignore E0401(import-error) and E0611(no-name-in-module) * fix(pylint): Ignore C4748(client-accepts-api-verison-keyword) Currently, neither client classes supports overriding the api version * fix(pylint): Ignore W0212(protected-access) * fix(pylint): resolve W0707(raise-missing-from) * fix(pylint): Ignore E1102(not-callable) pylint appears to fail to correctly infer that settings.tracing_implementation actually is callable * fix(pylint): Ignore W0231(super-init-not-called) * fix(pylint): Ignore W0613(unused-argument) * fix(pylint): Ignore W0236(invalid-overriden-method) * fix(pylint): Ignore R0914(too-many-locals) * fix(pylint): Ignore R0902(too-many-instance-attributes) * fix(pylint): Ignore R0915(too-many-statements) * fix(pylint): Ignore R0911(too-many-return-statements)
Configuration menu - View commit details
-
Copy full SHA for b0ec1ed - Browse repository at this point
Copy the full SHA b0ec1edView commit details -
Disable all agents tests. Push recordings for all other tests to the …
…assents folder (#38481)
Configuration menu - View commit details
-
Copy full SHA for 64fadfe - Browse repository at this point
Copy the full SHA 64fadfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6465546 - Browse repository at this point
Copy the full SHA 6465546View commit details -
Fix pylint and new mypy issues (#38503)
* Ignore most of pylint errors * Add generated paths to pylint.rc * Use backslash for consistency in pylintrc files --------- Co-authored-by: Darren Cohen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b210645 - Browse repository at this point
Copy the full SHA b210645View commit details -
Configuration menu - View commit details
-
Copy full SHA for e807234 - Browse repository at this point
Copy the full SHA e807234View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0c788 - Browse repository at this point
Copy the full SHA bc0c788View commit details -
Configuration menu - View commit details
-
Copy full SHA for fad94f9 - Browse repository at this point
Copy the full SHA fad94f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6dc205 - Browse repository at this point
Copy the full SHA f6dc205View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e018c4 - Browse repository at this point
Copy the full SHA 4e018c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe839c - Browse repository at this point
Copy the full SHA 5fe839cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 355e68b - Browse repository at this point
Copy the full SHA 355e68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a4fa5 - Browse repository at this point
Copy the full SHA 83a4fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a201c19 - Browse repository at this point
Copy the full SHA a201c19View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c084bf - Browse repository at this point
Copy the full SHA 2c084bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 471053c - Browse repository at this point
Copy the full SHA 471053cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2364c3f - Browse repository at this point
Copy the full SHA 2364c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f2979 - Browse repository at this point
Copy the full SHA 65f2979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e459d9 - Browse repository at this point
Copy the full SHA 9e459d9View commit details -
Merge branch 'feature/azure-ai-projects-beta2' of https://github.com/…
…Azure/azure-sdk-for-python into dargilco/azure-ai-projects-pr-11-13-1349
Configuration menu - View commit details
-
Copy full SHA for b686218 - Browse repository at this point
Copy the full SHA b686218View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed9727 - Browse repository at this point
Copy the full SHA 5ed9727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42bbb8e - Browse repository at this point
Copy the full SHA 42bbb8eView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a69706 - Browse repository at this point
Copy the full SHA 4a69706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1092c17 - Browse repository at this point
Copy the full SHA 1092c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1e38c - Browse repository at this point
Copy the full SHA 5d1e38cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5661759 - Browse repository at this point
Copy the full SHA 5661759View commit details