CreatePromptRequest
Example Usage
typescript
import { CreatePromptRequest } from "@meetkai/mka1/models/components";
let value: CreatePromptRequest = {
name: "<value>",
template: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | ✔️ | Human-readable prompt name |
description | string | ➖ | Detailed description of the prompt |
template | string | ✔️ | The prompt template text with placeholders |
metadata | Record<string, any> | ➖ | Custom metadata key-value pairs |