Find answers from the community

Updated 10 months ago

llama_index/docs/docs/examples/agent/ope...

At a glance
Hello Everyone,

We've found the openaiagent example in the cookbook (https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/agent/openai_agent_tool_call_parser.ipynb) to be quite useful.

Could we possibly have a similar notebook for Gemini LLM?
W
1 comment
I think all you need to do is to make it gemini compatible:
  • Replace OpenAI llm to gemini LLM
  • In place of OpenAIAgent, use ReactAgent
from llama_index.core.agent import ReActAgent
Add a reply
Sign up and join the conversation on Discord