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 99aa5e9d9..9df7d78d9 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 @@ -179,8 +179,8 @@ def create_workplace_assistant(project_client): ) print(f"✅ Agent created successfully (name: {agent.name}, version: {agent.version})") - return agent # + return agent def demonstrate_business_scenarios(agent, openai_client):