Skip to main content

remove_system_messages

Method
This is a method of the handoff_filters class in the handoff module.
Remove all system messages from the history.

Signature

def remove_system_messages(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 784