Skip to content

Conversation

michieldwitte
Copy link
Contributor

        runner = RealtimeRunner(
            starting_agent=RealtimeAgent(
                name="realtime agent",
                tools=tools,
            )
        )
        model_config = {"initial_model_settings": {"instructions": "Specific instructions"}}
        await runner.run(model_config = model_cfg)

I would assume we first create the runner with an agent.
And then when actually running we can add specific instructions.
Currently these instructions are ignored.

@seratch seratch added bug Something isn't working feature:realtime labels Sep 8, 2025
@seratch seratch merged commit 83bb4d8 into openai:main Sep 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working feature:realtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants