diff --git a/examples/reasoning_content/main.py b/examples/reasoning_content/main.py index c23b04254..a250aa9ca 100644 --- a/examples/reasoning_content/main.py +++ b/examples/reasoning_content/main.py @@ -13,10 +13,11 @@ import os from typing import Any, cast +from openai.types.responses import ResponseOutputRefusal, ResponseOutputText + from agents import ModelSettings from agents.models.interface import ModelTracing from agents.models.openai_provider import OpenAIProvider -from agents.types import ResponseOutputRefusal, ResponseOutputText # type: ignore MODEL_NAME = os.getenv("EXAMPLE_MODEL_NAME") or "deepseek-reasoner"