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
llm=OpenAI()
defwikipedia_search(query: str) ->str:
# wikipedia calling logic@llm.agent("Answer the Question", tools=[wikipedia_search])defanswer(question: str) ->Semantic[str, "answer to the question"]: ...
This will run a Thought Action Observation (ReAct) Process until we reach the answer or max_steps are achieved.
The text was updated successfully, but these errors were encountered:
This will run a Thought Action Observation (ReAct) Process until we reach the answer or max_steps are achieved.
The text was updated successfully, but these errors were encountered: