Skip to main content

handoff

Function
This function is defined in the workflow_aliases module.
Create a handoff to another agent # Arguments * target - Name of the target agent * message - Optional handoff message

Signature

def handoff(target: impl Into<String>, message: Option<&str>) -> HandoffConfig

Parameters

target
impl Into<String>
required
No description available.
message
Option<&str>
required
No description available.

Returns

Returns
HandoffConfig
The result of the operation.

Uses

  • message

Source

View on GitHub

praisonai/src/parity/workflow_aliases.rs at line 193