ReadonlypromptsThe package that exports the prompts() helper used in new prompt files
(e.g. '@evalution/vercel-ai-sdk'). Used by PromptFileType.newPromptSkeleton.
Convert NormalizedPromptUpdates (what the UI sends back) into the raw property-name-keyed updates that PromptFileType.updateProperty and friends operate on.
Updates expressed in the normalized vocabulary.
OptionalcurrentValues: Record<string, PropValue>A Record keyed by the SDK's actual property names. Values may
be null (to remove) or a PropValue.
Executes a prompt config object.
The config object returned by the prompt function.
Returns model catalog information: the set of known providers and a curated list of popular models for this SDK.
Returns the list of model parameters that can be edited in the playground
UI for projects rooted at rootDir. Typically extracted from the SDK's
published TypeScript type definitions.
Absolute path to the project root.
Convert a low-level ParsedPrompt produced by a PromptFileType into a NormalizedPrompt that the UI can consume without knowing the SDK's specific property names or message shape.
The raw parsed prompt.
SDKAdapter implementation for the Google GenAI Interactions API (
@google/genaipackage). Currently experimental and untested.