MCP‑Powered Agentic Voice Framework (NOT Working)

I am trying to use the cookbook - MCP‑Powered Agentic Voice Framework

While running “python search_server.py”, I get an error -

ImportError: cannot import name ‘ResponseTextConfigParam’ from ‘openai.types.responses’ (/……/voice-agent-sdk-with-mcp/myenv/lib/python3.13/site-packages/openai/types/responses/init.py)

I have openai version 1.100.0, openai-agents version 0.2.8 and python version 3.13.5

Looks like there is some incompatibility between these versions.

I am new here, please help.

see github ussue - …./openai/openai-agents-python/issues/1519

Downgrade openai to 1.99.9; it’s related to recent changes (shipped ~2h ago) that will require changes to the agents package.

This resolved the issue.