ART Framework API Docs
    Preparing search index...

    Type Alias FormattedPrompt

    FormattedPrompt: ArtStandardPrompt

    Represents the prompt data formatted for a specific LLM provider. Can be a simple string or a complex object (e.g., for OpenAI Chat Completion API).

    Use ArtStandardPrompt as the standard intermediate format. ProviderAdapters handle final formatting.