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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
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.
This will run a Thought Action Observation (ReAct) Process until we reach the answer or max_steps are achieved.