Prompt created.
Field | Type | Required | Description |
---|---|---|---|
id |
str | ✔️ | N/A |
type |
models.CreatePromptPromptsType | ✔️ | N/A |
owner |
str | ✔️ | N/A |
domain_id |
str | ✔️ | N/A |
created |
str | ✔️ | N/A |
updated |
str | ✔️ | N/A |
created_by_id |
OptionalNullable[str] | ➖ | N/A |
updated_by_id |
OptionalNullable[str] | ➖ | N/A |
display_name |
str | ✔️ | The prompt’s name, meant to be displayable in the UI. |
description |
OptionalNullable[str] | ➖ | The prompt’s description, meant to be displayable in the UI. Use this field to optionally store a long form explanation of the prompt for your own purpose |
prompt_config |
models.CreatePromptPromptConfig | ✔️ | A list of messages compatible with the openAI schema |
metadata |
Optional[models.CreatePromptPromptsMetadata] | ➖ | N/A |