completion_with_retry# langchain_community.llms.cohere.completion_with_retry(llm: Cohere, **kwargs: Any) → Any[source]# 使用tenacity重试完成调用。 Parameters: llm (Cohere) kwargs (Any) Return type: 任何