Components
PromptUpdateRequest
Example Usage
Fields
Field | Type | Required | Description |
---|---|---|---|
name | string | TRUE | The prompt name |
description | string | FALSE | The description of the prompt |
type | string | TRUE | The type of the prompt |
context | string | FALSE | The prompt text |
tools | string[] | FALSE | Names of tools to which the prompt has access |
llmConfig | components.PromptLlmConfig | TRUE | N/A |
id | number | TRUE | The prompt ID |
editComments | string | FALSE | The comments for the most recent edit to the prompt |