Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

display_instruction

Function
This function is defined in the display module.
Display an instruction

Signature

def display_instruction(agent_name: &str, instruction: &str) -> ()

Parameters

agent_name
&str
required
No description available.
instruction
&str
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • agent
  • execute_sync_callbacks
  • read
  • get
  • is_none

Source

View on GitHub

praisonai/src/display.rs at line 432

Rust Display

Rust Output