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.
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).