Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Linting.
  • Loading branch information
Michelangelo D'Agostino committed Jul 25, 2025
commit 9408cbda3a2271a406436e2bc45d54786ccbdd36
3 changes: 2 additions & 1 deletion examples/reasoning_content/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 openai.types.responses import ResponseOutputRefusal, ResponseOutputText # type: ignore

MODEL_NAME = os.getenv("EXAMPLE_MODEL_NAME") or "deepseek-reasoner"

Expand Down