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

def get_user_content() -> Any

Returns

Returns
Any
The prompt for the OpenAI API.

Usage

generator = AutoGenerator(framework="crewai", topic="Create a movie script about Cat in Mars")
    prompt = generator.get_user_content()
    print(prompt)