Skip to content

Commit cc23bfb

Browse files
fix darglint
1 parent 8ea8086 commit cc23bfb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/agentlab/llm/chat_api.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,15 @@ def __getattr__(name: str):
443443
444444
This lets users import HuggingFaceURLChatModel from agentlab.llm.chat_api
445445
without importing heavy dependencies unless actually used.
446+
447+
Args:
448+
name: The name of the attribute to retrieve.
449+
450+
Returns:
451+
The requested class or raises AttributeError if not found.
452+
453+
Raises:
454+
AttributeError: If the requested attribute is not available.
446455
"""
447456
if name == "HuggingFaceURLChatModel":
448457
from agentlab.llm.huggingface_utils import HuggingFaceURLChatModel

0 commit comments

Comments
 (0)