BaseToolAgent
BaseToolAgent object with the specified name and
description.
Parameters:
- name (str): The name of the tool agent.
- description (str): The description of the tool agent.
class BaseToolAgent(BaseAgent):
BaseToolAgent object with the specified name and
description.
Parameters:
def __init__(self, name: str, description: str):
def reset(self):
def step(self):
def __str__(self):