The user context for permissions and audit
OptionalDescriptionOptional: human-readable description for the AIPromptRun record
OptionalDimensionsOptional: reduced embedding dimensions. Forwarded to the embedding provider's EmbedTexts call
for models that support dimension reduction (e.g. OpenAI text-embedding-3-*); ignored by
models that don't. The authoritative source is MJ: Vector Indexes.Dimensions — callers
should read it from there and pass it here.
OptionalModelOptional: specific model ID to use. If not provided, uses the prompt's model configuration.
OptionalParentOptional: parent run ID (e.g., agent run, classification run) for hierarchical tracking
OptionalPromptOptional: specific AIPrompt ID for this embedding operation (type=Embedding). If not provided, uses the first active Embedding prompt found.
The texts to embed
Parameters for running an embedding via AIModelRunner.