tool¶
chatbot tool.
Classes
text chat tool. |
- class ChatTool(llm, overwrite=False, verbose=True)[source]¶
Bases:
TextTool
text chat tool.
- Parameters:
llm (
BaseChatModel
) – The large language model to discuss with.overwrite (
Optional
[bool
]) – Whether to overwrite existing files, otherwise raise an error.verbose (
Union
[bool
,int
,None
]) – Whether to execute the computation verbosely.