analyze
Method
This is a method of the AutonomyTrigger class in the autonomy module.Analyze prompt and return detected signals.
Signature
Parameters
str
required
The user prompt to analyze
Returns
Set[str]
Set of signal names (lowercase strings)
Uses
analyze
Used By
Agent.analyze_promptAgent.get_recommended_stageAutonomyTrigger.analyzeVisionAgent.describeVisionAgent.extract_text
Source
View on GitHub
praisonaiagents/agent/autonomy.py at line 279
