create_prompt
Create a prompt for a language model by providing content, system instructions, model, and display name.
Instructions
Create a prompt with given content, system instruction, model and display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| content | Yes | ||
| project_id | No | ||
| location_id | No | ||
| display_name | Yes | ||
| system_instruction | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contents | Yes | The combined contents of the prompt. | |
| promptId | Yes | The ID of the prompt. | |
| displayName | Yes | The display name of the prompt. | |
| systemInstruction | Yes | The system instruction for the prompt. |