Skip to main content

promptWithHandoffInstructions

Function
This function is defined in the parity module.

Signature

def promptWithHandoffInstructions(basePrompt: string,
  handoffs: Array<{ name: string; description?: string }>) -> string

Returns

Returns
string
The result of the operation.

Source

View on GitHub

src/parity/index.ts at line 493