Skip to content

Commit 9934896

Browse files
committed
update topic id so that the xlang messages flow to the dotnet agent in the HelloAgents sample.
1 parent 6ee2d09 commit 9934896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/samples/core_xlang_hello_python_agent/hello_python_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async def main() -> None:
6060

6161
await runtime.publish_message(
6262
message=output_message,
63-
topic_id=DefaultTopicId("agents.Output", "HelloAgents/python"),
63+
topic_id=DefaultTopicId("agents.Output", "HelloAgents"),
6464
sender=AgentId("HelloAgents", "python"),
6565
)
6666
await runtime.stop_when_signal()

0 commit comments

Comments
 (0)