Skip to main content

stream_turn

AsyncMethod
This is a method of the AgentRuntimeProtocol class in the protocols module.
Stream response deltas from runtime execution.

Signature

Parameters

str
required
User prompt/query **kwargs: Additional options (system_prompt, model_ref, etc.) RuntimeDelta objects with incremental response content

Returns

AsyncIterator[RuntimeDelta]
The result of the operation.

Source

View on GitHub

praisonaiagents/runtime/protocols.py at line 235