Skip to content

Commit

Permalink
fixed import error regarding OpenAIAgent in the code_interpreter exam…
Browse files Browse the repository at this point in the history
…ple notebook (#14999)

fixed imports
  • Loading branch information
sahanruwantha authored Jul 30, 2024
1 parent 4e57e97 commit 9a205ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"metadata": {},
"outputs": [],
"source": [
"from llama_index.agent import OpenAIAgent"
"from llama_index.agent.openai import OpenAIAgent"
]
},
{
Expand Down

0 comments on commit 9a205ad

Please sign in to comment.