langchain.js
    Preparing search index...

    Interface MistralAICallOptions

    interface MistralAICallOptions {
        suffix?: string;
    }

    Hierarchy (View Summary)

    Index

    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.