From b193f4dfd64220ad488c47dda164d9263189568c Mon Sep 17 00:00:00 2001 From: ANIL KUMAR KANASANI - Diconium Data GmbH <72263568+anilkumar-kanasani-diconium@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:46:11 +0200 Subject: [PATCH] Spaces are not allowed in the agent_name --- .../enterprise-agent-tutorial/1-idea-to-prototype/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py b/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py index e9af7c08a..b74863cf1 100644 --- a/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py +++ b/samples/python/enterprise-agent-tutorial/1-idea-to-prototype/main.py @@ -170,7 +170,7 @@ def create_workplace_assistant(project_client): print(f" Total tools: {len(tools)}") agent = project_client.agents.create_version( - agent_name="Modern Workplace Assistant", + agent_name="Modern-Workplace-Assistant", definition=PromptAgentDefinition( model=os.environ["FOUNDRY_MODEL_NAME"], instructions=instructions,