Commit dec9ecb
[AI] [Agents] v1.1.0b2 (Azure#41325)
* [AI] [Agents] add is_valid_connection_id check to connection tool init
* Howie/async func b2 (Azure#41349)
* use as* `asyncio.gather` is used to make function tool calls in paral… (Azure#41311)
* use as* `asyncio.gather` is used to make function tool calls in parallel for `async` scenario.
* Fixed version
* update
* update version
* run black
* fix change_context usages (Azure#41362)
* fixing tracing for streaming when not using event handler (Azure#41424)
* fixing tracing for streaming when not using event handler
* fixing mypy warnings
* fixes
* changelog
* Update CHANGELOG.md
* Howie/samples with proj client (Azure#41426)
* Update samples with project client
* more samples
* update samples
* UPDATE
* update
* change tooling samples
* black and readme update
* update pip install
* Update changelog
* change is_valid_connection_id to _is_valid_connection_id and run black
* fixed lint
* revert dev req
* Update README.md
* update
* fix readme
* added a new sample
* Update CHANGELOG.md with new release date
---------
Co-authored-by: Howie Leung <[email protected]>
Co-authored-by: Liudmila Molkova <[email protected]>
Co-authored-by: M-Hietala <[email protected]>1 parent 5f40509 commit dec9ecb
File tree
82 files changed
+2067
-1677
lines changed- sdk/ai/azure-ai-agents
- azure/ai/agents
- models
- telemetry
- samples
- agents_async
- agents_files_images_inputs
- agents_multiagent
- agents_streaming
- agents_telemetry
- agents_tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+2067
-1677
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
5 | 17 | | |
6 | 18 | | |
7 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
300 | 299 | | |
301 | 300 | | |
302 | 301 | | |
303 | | - | |
| 302 | + | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
334 | 341 | | |
335 | 342 | | |
336 | 343 | | |
| |||
586 | 593 | | |
587 | 594 | | |
588 | 595 | | |
589 | | - | |
| 596 | + | |
590 | 597 | | |
591 | 598 | | |
592 | 599 | | |
| |||
647 | 654 | | |
648 | 655 | | |
649 | 656 | | |
650 | | - | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
651 | 660 | | |
652 | 661 | | |
653 | 662 | | |
| |||
676 | 685 | | |
677 | 686 | | |
678 | 687 | | |
679 | | - | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
680 | 691 | | |
681 | 692 | | |
682 | 693 | | |
| |||
907 | 918 | | |
908 | 919 | | |
909 | 920 | | |
910 | | - | |
| 921 | + | |
911 | 922 | | |
912 | 923 | | |
913 | 924 | | |
| |||
925 | 936 | | |
926 | 937 | | |
927 | 938 | | |
928 | | - | |
| 939 | + | |
929 | 940 | | |
930 | 941 | | |
931 | 942 | | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
932 | 953 | | |
933 | 954 | | |
934 | 955 | | |
| |||
937 | 958 | | |
938 | 959 | | |
939 | 960 | | |
940 | | - | |
| 961 | + | |
941 | 962 | | |
942 | | - | |
| 963 | + | |
943 | 964 | | |
944 | 965 | | |
945 | 966 | | |
| |||
1171 | 1192 | | |
1172 | 1193 | | |
1173 | 1194 | | |
1174 | | - | |
| 1195 | + | |
| 1196 | + | |
1175 | 1197 | | |
1176 | 1198 | | |
1177 | 1199 | | |
| |||
1281 | 1303 | | |
1282 | 1304 | | |
1283 | 1305 | | |
1284 | | - | |
| 1306 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
855 | | - | |
| 855 | + | |
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
| 863 | + | |
863 | 864 | | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
864 | 874 | | |
865 | 875 | | |
866 | 876 | | |
| |||
890 | 900 | | |
891 | 901 | | |
892 | 902 | | |
893 | | - | |
894 | | - | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
895 | 906 | | |
896 | 907 | | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
897 | 918 | | |
898 | 919 | | |
899 | 920 | | |
| |||
1356 | 1377 | | |
1357 | 1378 | | |
1358 | 1379 | | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
1359 | 1388 | | |
1360 | 1389 | | |
1361 | | - | |
| 1390 | + | |
1362 | 1391 | | |
1363 | 1392 | | |
1364 | 1393 | | |
1365 | 1394 | | |
1366 | 1395 | | |
1367 | | - | |
1368 | 1396 | | |
1369 | | - | |
1370 | | - | |
1371 | | - | |
1372 | | - | |
1373 | | - | |
1374 | | - | |
1375 | | - | |
1376 | | - | |
1377 | | - | |
1378 | | - | |
1379 | | - | |
1380 | | - | |
1381 | | - | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
1382 | 1401 | | |
1383 | 1402 | | |
1384 | 1403 | | |
| |||
1823 | 1842 | | |
1824 | 1843 | | |
1825 | 1844 | | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
| 1848 | + | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
| 1856 | + | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
1826 | 1869 | | |
1827 | 1870 | | |
1828 | 1871 | | |
| |||
0 commit comments