Pyton
Example
from bitca.agent import Agent
from bitca.tools.python import PythonTools
agent = Agent(tools=[PythonTools()], show_tool_calls=True)
agent.print_response("Write a python script for fibonacci series and display the result till the 10th number")Toolkit Params
Parameter
Type
Default
Description
Toolkit Functions
Function
Description
Last updated