Skip to content

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

FieldTypeRequiredDescription
idstring✔️N/A
variablesRecord<string, operations.Variables>N/A
versionstringN/A