langchain_community.chat_models.google_palm
.chat_with_retry¶
- langchain_community.chat_models.google_palm.chat_with_retry(llm: ChatGooglePalm, **kwargs: Any) Any [source]¶
Use tenacity to retry the completion call.
- Parameters
llm (ChatGooglePalm) –
kwargs (Any) –
- Return type
Any