Update an existing prompt version
Parameter | Type | Required | Description |
---|---|---|---|
prompt_id | str | Yes | The unique identifier of the prompt |
version_id | str | Yes | The unique identifier of the version |
messages | List[Dict] | No | Updated message objects |
model | str | No | Updated AI model |
temperature | float | No | Updated temperature (0.0-2.0) |
max_tokens | int | No | Updated maximum tokens |