anthropic: docstrings (#23145)

Added missed docstrings. Format docstrings to the consistent format
(used in the API Reference)
This commit is contained in:
Leonid Ganeline
2024-06-18 19:26:45 -07:00
committed by GitHub
parent 90559fde70
commit 3dfd055411
4 changed files with 13 additions and 1 deletions

View File

@@ -362,4 +362,6 @@ class AnthropicLLM(LLM, _AnthropicCommon):
@deprecated(since="0.1.0", removal="0.3.0", alternative="AnthropicLLM")
class Anthropic(AnthropicLLM):
"""Anthropic large language model."""
pass