Skip to main content

remove_all_tools

Method
This is a method of the handoff_filters class in the handoff module.
Remove all tool calls from the message history.

Signature

def remove_all_tools(data: HandoffInputData) -> HandoffInputData

Parameters

data
HandoffInputData
required
No description available.

Returns

Returns
HandoffInputData
The result of the operation.

Source

View on GitHub

praisonaiagents/agent/handoff.py at line 763

Tools Concept

Create Custom Tools

Tool Development