Prompt
Reference to a prompt template to use for this response, along with variables to substitute. Allows using predefined, versioned prompt templates instead of inline instructions. The template system supports variable interpolation.
Example Usage
typescript
import { Prompt } from "@meetkai/mka1/models/operations";
let value: Prompt = {
id: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
variables | Record<string, operations.Variables> | ➖ | N/A |
version | string | ➖ | N/A |