From 20efdccbc7e97bf960fa19d8a0b83703c9535347 Mon Sep 17 00:00:00 2001 From: tronikos Date: Tue, 30 Jan 2024 22:18:17 -0800 Subject: [PATCH] Google Generative AI: Document max output tokens option (#30352) --- .../_integrations/google_generative_ai_conversation.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/google_generative_ai_conversation.markdown b/source/_integrations/google_generative_ai_conversation.markdown index 34e562f7b5e..71a3a217c3c 100644 --- a/source/_integrations/google_generative_ai_conversation.markdown +++ b/source/_integrations/google_generative_ai_conversation.markdown @@ -43,6 +43,9 @@ Top P: Top K: description: Number of top-scored tokens to consider during generation. +Maximum Tokens to Return in Response: + description: The maximum number of words or "tokens" that the AI model should generate. + {% endconfiguration_basic %} ## Services