From 0f635770d598dfc75e90fd9c5b605e8557e8f9ac Mon Sep 17 00:00:00 2001 From: tronikos Date: Fri, 25 Oct 2024 14:47:53 -0700 Subject: [PATCH] Make a heading in Google Generative AI docs shorter to make it fit in smaller screens (#35380) --- 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 105be7cfbf7..1a16625436b 100644 --- a/source/_integrations/google_generative_ai_conversation.markdown +++ b/source/_integrations/google_generative_ai_conversation.markdown @@ -90,7 +90,7 @@ The tutorial is using OpenAI, but this could also be done with the Google Genera ## Actions -### Action `google_generative_ai_conversation.generate_content` +### Generate content {% tip %} 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.