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.

analyze_prompt

Method
This is a method of the Agent class in the agent module.
Analyze prompt for autonomy signals.

Signature

def analyze_prompt(prompt: str) -> set

Parameters

prompt
str
required
The user prompt

Returns

Returns
set
Set of detected signal names

Uses

  • analyze

Source

View on GitHub

praisonaiagents/agent/agent.py at line 1848