Skip to content

Commit

Permalink
Add reasoning param
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Jan 31, 2025
1 parent bca7ba3 commit c8c4086
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cookbook/models/openai/reasoning/o3_mini_tool_use.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import Iterator # noqa
from agno.agent import Agent, RunResponse # noqa
from agno.agent import Agent
from agno.models.openai import OpenAIChat
from agno.tools.duckduckgo import DuckDuckGoTools

Expand All @@ -11,4 +10,4 @@
)

# Print the response in the terminal
agent.print_response("Whats happening in France?", stream=True)
agent.print_response("Write a report on the latest news on o3-mini?", stream=True)

0 comments on commit c8c4086

Please sign in to comment.