Skip to main content

display_reasoning_steps

Function
This function is defined in the main module.
Display reasoning steps with unique numbered circles. Uses ①②③ numbered circles for a distinctive, scannable format that shows the agent’s thought process.

Signature

def display_reasoning_steps(steps: List[str], console: Any) -> Any

Parameters

steps
List
required
List of reasoning step descriptions
console
Any
Rich console for output

Returns

Returns
Any
The result of the operation.

Uses

  • Console
  • Panel.fit
  • Text

Source

View on GitHub

praisonaiagents/main.py at line 422