Skip to main content

check_safety

Method
This is a method of the Handoff class in the handoff module.
Check safety constraints before handoff

Signature

def check_safety(
        &self,
        _source_agent_name: &str,
        chain: &HandoffChain,
    ) -> Result<()>

Parameters

_source_agent_name
&str
required
No description available.
chain
&HandoffChain
required
No description available.

Returns

Returns
Result<()>
The result of the operation.