Message: {
    content: string;
    role: string;
}

Message to send to the LLM model.

Type declaration

  • content: string

    Message content.

  • role: string

    The role of the message.

Generated using TypeDoc