You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
they arrive by hosting a [`WorkflowStream`](../workflow_streams/README.md)
594
594
in the workflow and subscribing with `WorkflowStreamClient`. The
595
595
streaming activity publishes each event to the topic configured on
596
-
`ModelActivityParameters.streaming_event_topic`. The topic is required
596
+
`ModelActivityParameters.streaming_topic`. The topic is required
597
597
when using `Runner.run_streamed`; calling it without a configured topic
598
598
raises before any activity is scheduled.
599
599
@@ -621,7 +621,7 @@ class MyAgent:
621
621
622
622
To publish raw model events to external subscribers, host a
623
623
`WorkflowStream` in the workflow and configure
624
-
`OpenAIAgentsPlugin(model_params=ModelActivityParameters(streaming_event_topic="events"))`. See [`temporalio.contrib.workflow_streams`](../workflow_streams/README.md) for the
624
+
`OpenAIAgentsPlugin(model_params=ModelActivityParameters(streaming_topic="events"))`. See [`temporalio.contrib.workflow_streams`](../workflow_streams/README.md) for the
625
625
publisher and subscriber API.
626
626
627
627
`RunResultStreaming.stream_events()` yields the agents-SDK
0 commit comments