acompletion_with_retry# langchain_cohere.llms.acompletion_with_retry(llm: Cohere, **kwargs: Any) → Any[source]# Use tenacity to retry the completion call. Parameters: llm (Cohere) – kwargs (Any) – Return type: Any