Skip to main content

get_user_content

Method
This is a method of the AutoGenerator class in the auto module.
Generates a prompt for the OpenAI API to generate a team structure. Uses intelligent tool discovery based on task analysis.

Signature

Returns

Returns
Any
The prompt for the OpenAI API.

Usage

Uses

  • discover_tools_for_topic
  • recommend_agent_count
  • analyze_complexity

Used By

Source

View on GitHub

praisonai/auto.py at line 860