Docs
NodesLLM Nodes
Edit Page on GitHub

Google Chat

Chat with Google based LLM

llmchatbotgeminiMedium200
Google Chat Node Screenshot

Description

The Google Chat node enables interaction with Google's large language models (LLMs) like Gemini. It allows your agent to generate human-like text responses based on user input, system prompts, and optional knowledge bases.

Common Use Cases

  • Creating conversational AI assistants
  • Generating creative content like stories or poems
  • Answering questions based on provided knowledge
  • Summarizing or explaining complex information

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowQueryChat text to sendTextFilesList of files to send to LLM (Direct links to files, Images, PDFs and audio only, max 5 files, 50 MB each)Text[]ToolsList of tools that the LLM can useTool[]System PromptSystem prompt for the LLMTextTemperatureCreativity of the LLMNumberRAGRAG Knowledge baseRagSave ContextSave chat as context for LLMBoolean

Outputs

The output connections this node provides:

NameDescriptionTypeoutputThe response of the LLMText

Fields

The configurable fields this node provides:

NameDescriptionTypeModelThe LLM modelValue: gemini-2.0-flashOptions: gemini-2.5-pro gemini-2.5-flash gemini-2.5-flash-lite gemini-2.0-flash gemini-2.0-flash-liteselectQueryChat text to sendValue: Enter text here...TextAreaFilesList of files to send to LLM (Direct links to files, Images, PDFs and audio only, max 5 files, 50 MB each)Text[]ToolsList of tools that the LLM can useTool[]System PromptSystem prompt for the LLMValue: You are a helpful assistantTextAreaTemperatureCreativity of the LLMValue: 0.5Min: 0Max: 1Step: 0.01SliderSave ContextSave chat as context for LLMValue: trueCheckBox

Last updated on