Useful for when you need to answer questions about math.
wikipedia
A wrapper around Wikipedia. Useful for when you need to answer general questions about people, places, companies, facts, historical events, or other subjects. Input should be a search query.
terminal
Run shell commands on this Linux machine.
requests_delete
A portal to the internet. Use this when you need to make a DELETE request to a URL. Input should be a specific url, and the output will be the text response of the DELETE request.
duckduckgo_search
A wrapper around DuckDuckGo Search. Useful for when you need to answer questions about current events. Input should be a search query.
Calculator ---- Useful for when you need to answer questions about math. Text-Message ---- Useful for when you need to send a text message to a provided phone number. sleep ---- Make agent sleep for a specified number of seconds.
agent回答:
Thought: I need to use the calculator tool to solve this math problem. Action: ``` { "action": "Calculator", "action_input": "735456*32" } ``` Observation: Answer: 23534592
I know what to respond Action: ``` { "action": "Final Answer", "action_input": "23534592" } ```