mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 12:39:32 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -196,7 +196,7 @@ _message_type_lookups = {"human": "user", "ai": "assistant"}
|
||||
|
||||
|
||||
class BedrockChat(BaseChatModel, BedrockBase):
|
||||
"""A chat model that uses the Bedrock API."""
|
||||
"""Chat model that uses the Bedrock API."""
|
||||
|
||||
@property
|
||||
def _llm_type(self) -> str:
|
||||
|
Reference in New Issue
Block a user