Type Alias GenerateMessageCompletionsReqPayload

GenerateMessageCompletionsReqPayload: {
    system_message: string;
    user_message: string;
}

Type declaration

  • system_message: string

    The system message to use for the message completion.

  • user_message: string

    The user message to use for the message completion.