Created
September 23, 2023 03:55
-
-
Save fsndzomga/2840ff58cc495e282fbfc90f90206038 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
agent = Agent() | |
response = agent("What is the square root of 44494949494949494") | |
# Response | |
""" What is the square root of 44494949494949494 | |
Thinking... | |
The first step is to use the Calculator tool to calculate the square root of 44494949494949494. | |
Thinking... | |
210938259.91258556 | |
Thinking... | |
The square root of 44494949494949494 is approximately 210938259.91258556.""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment