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

def get_recommended_stage(prompt: str) -> str

Parameters

prompt
str
required
The user prompt

Returns

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