File
Example
from bitca.agent import Agent
from bitca.tools.file import FileTools
agent = Agent(tools=[FileTools()], show_tool_calls=True)
agent.print_response("What is the most advanced LLM currently? Save the answer to a file.", markdown=True)Toolkit Params
Name
Type
Default
Description
Toolkit Functions
Name
Description
Last updated