PromptSnapshotConfig
Model provider and settings configuration for prompt deployments.Overview
The PromptSnapshotConfig type defines the model provider, model name, and runtime settings for a deployed prompt snapshot. All fields are optional because a deployment snapshot may have an incomplete configuration.PromptSnapshotConfig
providerName- Provider name in lowercase (e.g., ‘openai’, ‘anthropic’, ‘google’)providerId- Adaline internal provider UUIDmodel- Model name as defined in the provider’s API (e.g., ‘gpt-4o’, ‘claude-3-opus’)settings- Runtime configuration settings passed to the model provider, flexible key-value pairs