From 6dfecda54750b9cf2682e2d0d47f52a0925e5278 Mon Sep 17 00:00:00 2001 From: SLaks Date: Mon, 17 Feb 2025 20:46:52 -0500 Subject: [PATCH] Gemini: Add missing period as recommended by CodeRabbit --- source/_integrations/google_generative_ai_conversation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google_generative_ai_conversation.markdown b/source/_integrations/google_generative_ai_conversation.markdown index 2371de1ae5d..665c055c580 100644 --- a/source/_integrations/google_generative_ai_conversation.markdown +++ b/source/_integrations/google_generative_ai_conversation.markdown @@ -85,7 +85,7 @@ The tutorial is using OpenAI, but this could also be done with the Google Genera This action isn't tied to any integration entry, so it won't use the model, prompt, or any of the other settings in your options. If you only want to pass text, you should use the `conversation.process` action. {% endtip %} -Allows you to ask Gemini Pro or Gemini Pro Vision to generate content from a prompt consisting of text and optionally attachments (images, PDFs, etc). +Allows you to ask Gemini Pro or Gemini Pro Vision to generate content from a prompt consisting of text and optionally attachments (images, PDFs, etc.). This action populates [response data](/docs/scripts/perform-actions#use-templates-to-handle-response-data) with the generated content. | Data attribute | Optional | Description | Example |