Skip to content

Commit 5868808

Browse files
committed
update changelog and setup
1 parent af31770 commit 5868808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/ai/azure-ai-agents/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Release History
22

3-
## 1.0.3 (Unreleased)
3+
## 1.0.3 (2005-08-04)
44

55
### Features Added
66

77
### Bugs Fixed
88
- `AgentsResponseFormatOption`, `MessageInputContent`, `MessageAttachmentToolDefinition`, `AgentsToolChoiceOption` are now public.
99
- Fixed `update_agents` to execute with body as a keyword parameter.
10+
- New `tool_resources` parameter added to `runs.create` and `run.stream` method. This parameter represents overridden enabled tool resources that the agent should use to run the thread. Default value is None.
1011

1112
### Sample updates
1213

sdk/ai/azure-ai-agents/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk",
3939
keywords="azure, azure sdk",
4040
classifiers=[
41-
"Development Status :: 4 - Beta",
4241
"Programming Language :: Python",
4342
"Programming Language :: Python :: 3 :: Only",
4443
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)