Skip to content

Commit 128ec2d

Browse files
committed
fix build
1 parent 93369cb commit 128ec2d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sdk/ai/azure-ai-agentserver-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pip install azure-ai-agentserver-core
1111

1212
This is the core package for Azure AI Agent server. It hosts your agent as a container on the cloud.
1313

14-
You can talk to your agent using azure-ai-project sdk
14+
You can talk to your agent using azure-ai-project sdk.
1515

1616

1717
## Examples

sdk/ai/azure-ai-agentserver-core/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ exclude = [
4545
]
4646

4747
[tool.setuptools.dynamic]
48-
# read version from your module (see Step 2 file layout)
4948
version = { attr = "azure.ai.agentserver.core._version.VERSION" }
5049
readme = { file = ["README.md"], content-type = "text/markdown" }
5150

0 commit comments

Comments
 (0)