A model parameter (temperature, maxTokens, …) attached to a prompt. Mirrors the PropDefinition + current value pair that the playground UI needs for rendering a parameter editor.
temperature
maxTokens
PropDefinition
Describes the parameter's name, type, and documentation.
Whether the current value can be edited from the UI.
Optional
The parameter's current value, or undefined if not set on the prompt.
undefined
A model parameter (
temperature,maxTokens, …) attached to a prompt. Mirrors thePropDefinition+ current value pair that the playground UI needs for rendering a parameter editor.