mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
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:
parent
d15af741c1
commit
05dc4430bd
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user