Gaunt Sloth Assistant
    Preparing search index...

    Function processJsonConfig

    • Parameters

      • llmConfig: ChatGoogleGenerativeAI & BaseLanguageModelParams & {
            disableStreaming?: boolean;
        }
        • OptionaldisableStreaming?: boolean

          Whether to disable streaming.

          If streaming is bypassed, then stream() will defer to invoke().

          • If true, will always bypass streaming case.
          • If false (default), will always use streaming case if available.

      Returns Promise<BaseChatModel<BaseChatModelCallOptions, AIMessageChunk>>