Skip to main content

LLMMessageInstructionsRead

Full instructions payload for one LLM message.

iduuidrequired

Unique numeric identifier of the record.

dialogue_idDialogue Idrequired

ID of the dialogue (conversation) this record relates to.

instructions object

The instructions text sent with this LLM call, or null if absent.

anyOf
string
LLMMessageInstructionsRead
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"dialogue_id": 0,
"instructions": "string"
}