mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
392df7b2e3
Type hinting `*args` as `List[Any]` means that each positional argument should be a list. Type hinting `**kwargs` as `Dict[str, Any]` means that each keyword argument should be a dict of strings. This is almost never what we actually wanted, and doesn't seem to be what we want in any of the cases I'm replacing here. |
||
---|---|---|
.. | ||
autogpt | ||
baby_agi | ||
hugginggpt | ||
__init__.py |