Fix strings related to Google search tool in Google AI (#145480)

This commit is contained in:
tronikos 2025-05-22 22:01:48 -07:00 committed by Franck Nijhof
parent 97004e13cb
commit f0501f917b
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952

View File

@ -41,12 +41,12 @@
}, },
"data_description": { "data_description": {
"prompt": "Instruct how the LLM should respond. This can be a template.", "prompt": "Instruct how the LLM should respond. This can be a template.",
"enable_google_search_tool": "Only works with \"No control\" in the \"Control Home Assistant\" setting. See docs for a workaround using it with \"Assist\"." "enable_google_search_tool": "Only works if there is nothing selected in the \"Control Home Assistant\" setting. See docs for a workaround using it with \"Assist\"."
} }
} }
}, },
"error": { "error": {
"invalid_google_search_option": "Google Search cannot be enabled alongside any Assist capability, this can only be used when Assist is set to \"No control\"." "invalid_google_search_option": "Google Search can only be enabled if nothing is selected in the \"Control Home Assistant\" setting."
} }
}, },
"services": { "services": {