Skip to content

Commit df9a62a

Browse files
committed
chore: fix lint
1 parent 6c1d26c commit df9a62a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dive_mcp_host/httpd/routers/utils.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,12 @@ def __init__(
188188
model: BaseChatModel,
189189
str_output_parser: StrOutputParser,
190190
) -> None:
191-
"""Initialize."""
191+
"""Initialize ContentHandler
192+
193+
Args:
194+
- model: To verify which model it is.
195+
- str_output_parser: Used for extracting text content from AIMessage.
196+
"""
192197
self._model = model
193198
self._str_output_parser = str_output_parser
194199

0 commit comments

Comments
 (0)