interface MistralAICallOptions {
    suffix?: string;
}

Hierarchy (view full)

Properties

Properties

suffix?: string

Optional text/code that adds more context for the model. When given a prompt and a suffix the model will fill what is between them. When suffix is not provided, the model will simply execute completion starting with prompt.

Generated using TypeDoc