Agents
Non-Reasoning Model Agent
This example demonstrates how it works when you pass a non-reasoning model as a reasoning model.
It defaults to using the default OpenAI reasoning model.
We recommend using the appropriate reasoning model or passing reasoning=True
to use the default Chain-of-Thought reasoning.
Code
cookbook/reasoning/agents/default_chain_of_thought.py
Usage
1
Create a virtual environment
Open the Terminal
and create a python virtual environment.
2
Set your API key
3
Install libraries
4
Run Example