diff --git a/src/agents/realtime/runner.py b/src/agents/realtime/runner.py index e51a094d8f..9ce04daa85 100644 --- a/src/agents/realtime/runner.py +++ b/src/agents/realtime/runner.py @@ -38,7 +38,6 @@ def __init__( Args: starting_agent: The agent to start the session with. - context: The context to use for the session. model: The model to use. If not provided, will use a default OpenAI realtime model. config: Override parameters to use for the entire run. """