We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93369cb commit 128ec2dCopy full SHA for 128ec2d
sdk/ai/azure-ai-agentserver-core/README.md
@@ -11,7 +11,7 @@ pip install azure-ai-agentserver-core
11
12
This is the core package for Azure AI Agent server. It hosts your agent as a container on the cloud.
13
14
-You can talk to your agent using azure-ai-project sdk
+You can talk to your agent using azure-ai-project sdk.
15
16
17
## Examples
sdk/ai/azure-ai-agentserver-core/pyproject.toml
@@ -45,7 +45,6 @@ exclude = [
45
]
46
47
[tool.setuptools.dynamic]
48
-# read version from your module (see Step 2 file layout)
49
version = { attr = "azure.ai.agentserver.core._version.VERSION" }
50
readme = { file = ["README.md"], content-type = "text/markdown" }
51
0 commit comments