Google Generative AI: Add a clarification on the google_generative_ai_conversation.generate_content (#32827)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
tronikos 2024-05-18 04:22:08 -07:00 committed by GitHub
parent d15af741c1
commit 05dc4430bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,12 @@ Maximum Tokens to Return in Response:
### Service `google_generative_ai_conversation.generate_content`
<div class='note info'>
This service 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` service.
</div>
Allows you to ask Gemini Pro or Gemini Pro Vision to generate content from a prompt consisting of text and optionally images.
This service populates [response data](/docs/scripts/service-calls#use-templates-to-handle-response-data) with the generated content.