mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 15:33:11 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -33,9 +33,7 @@ def _collect_user_input(
|
||||
|
||||
|
||||
class HumanInputLLM(LLM):
|
||||
"""
|
||||
It returns user input as the response.
|
||||
"""
|
||||
"""User input as the response."""
|
||||
|
||||
input_func: Callable = Field(default_factory=lambda: _collect_user_input)
|
||||
prompt_func: Callable[[str], None] = Field(default_factory=lambda: _display_prompt)
|
||||
|
Reference in New Issue
Block a user