Skip to main content

get_skills_prompt

Method
This is a method of the Agent class in the agent module.
Get the XML prompt for available skills.

Signature

def get_skills_prompt() -> str

Returns

Returns
str
XML string with <available_skills> block, or empty string if no skills

Uses

  • to_prompt

Source

View on GitHub

praisonaiagents/agent/agent.py at line 1750