Components
Prompt
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 | The tools for the prompt |
llmConfig | components.LlmConfig | TRUE | The configuration for the language model used by the Cortex API. |
id | number | TRUE | The Prompt ID |
editComments | string | FALSE | The comments for the last edit |
lastUpdated | string | TRUE | The last updated date of the prompt |
lastUpdatedBy | string | FALSE | The last updated user who last updated of the prompt |
agentCount | number | FALSE | The number of agents using the prompt |