Skip to main content

get_recommended_stage

Method
This is a method of the Agent class in the agent module.
Get recommended execution stage for prompt.

Signature

Parameters

str
required
The user prompt

Returns

str
Stage name as string (direct, heuristic, planned, autonomous)

Uses

  • analyze
  • recommend_stage

Used By

Source

View on GitHub

praisonaiagents/agent/agent.py at line 1861