You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A ReAct agent that uses thoughts and actions/observations to analyze code.
For now, we can use langchain's built-in AgentType.ZERO_SHOT_REACT_DESCRIPTION with GPT-4. The agent will only have access to its tools and no internal memory.
A ReAct agent that uses thoughts and actions/observations to analyze code.
For now, we can use langchain's built-in
AgentType.ZERO_SHOT_REACT_DESCRIPTIONwith GPT-4. The agent will only have access to its tools and no internal memory.