Skip to main content

prompt_with_handoff_instructions

Function
This function is defined in the workflow_aliases module.
Generate a prompt with handoff instructions Creates a system prompt that includes instructions for handing off to other agents when appropriate. # Arguments * base_prompt - The base system prompt * available_agents - List of agents that can be handed off to

Signature

Parameters

&str
required
No description available.
&
required
No description available.

Returns

String
The result of the operation.

Uses

  • join

Source

View on GitHub

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

Rust Handoffs

Rust A2A

Rust Prompts

Rust Templates