mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 06:48:50 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -41,6 +41,8 @@ for the weather in SF you would respond:
|
||||
|
||||
|
||||
class TagParser(HTMLParser):
|
||||
"""Parser for the tool tags."""
|
||||
|
||||
def __init__(self) -> None:
|
||||
"""A heavy-handed solution, but it's fast for prototyping.
|
||||
|
||||
@@ -122,6 +124,8 @@ def _destrip(tool_input: Any) -> Any:
|
||||
|
||||
|
||||
class AnthropicFunctions(BaseChatModel):
|
||||
"""Chat model for interacting with Anthropic functions."""
|
||||
|
||||
llm: BaseChatModel
|
||||
|
||||
@root_validator(pre=True)
|
||||
|
Reference in New Issue
Block a user