class HuggingFaceToolAgent(BaseToolAgent):
transformers
library. For more information
about the available models, please see the transformers
documentation
at https://huggingface.co/docs/transformers/transformers_agents.
Parameters:
True
) **kwargs (Any): Additional keyword arguments to pass to the underlying Agent class.def __init__(
self,
name: str,
*args: Any,
**kwargs: Any
):
def reset(self):
def step(self, *args: Any, **kwargs: Any):
None
) **kwargs (Any): Keyword arguments to pass to the agent.def chat(self, *args: Any, **kwargs: Any):
None
) **kwargs (Any): Keyword arguments to pass to the agent.