### Please read this first - **Have you read the docs?**[Agents SDK docs](https://openai.github.io/openai-agents-python/) - **Have you searched for related issues?** Others may have faced similar issues. Yes ### Describe the bug <img width="1536" height="678" alt="Image" src="https://github.com/user-attachments/assets/86395802-20b2-4c77-b2d7-5343c14378b8" /> <code> @classmethod def items_to_messages( cls, items: str | Iterable[TResponseInputItem], ) -> list[ChatCompletionMessageParam]: </code> This method does not handle "ResponseReasoningItemParam", So raise UserError(f"Unhandled item type or structure: {item}")