Documentation
    Preparing search index...

    The Studio Agent uses the configured AI adapter to translate natural language prompts into SQLite-persisted Studio models.

    Index

    Constructors

    Methods

    • Parses a prompt and creates a StudioModel with its StudioProperties

      Parameters

      • prompt: string

        User's natural language request

      • projectId: string

        The ID of the current StudioProject

      Returns Promise<StudioModel>

      The generated StudioModel