langchain.js
    Preparing search index...
    interface ChatCompletionCreateParamsStreaming {
        stream: true;
        [k: string]: unknown;
    }

    Hierarchy

    • CreateChatCompletionRequest
      • ChatCompletionCreateParamsStreaming

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    stream: true

    If set, partial message deltas will be sent, like in ChatGPT.