Fix typo in llm_router.py (#9322)

Fix typo
This commit is contained in:
qqjettkgjzhxmwj
2023-08-16 19:56:44 -03:00
committed by GitHub
parent 09aa1eac03
commit 84a97d55e1

View File

@@ -83,7 +83,7 @@ class LLMRouterChain(RouterChain):
class RouterOutputParser(BaseOutputParser[Dict[str, str]]):
"""Parser for output of router chain int he multi-prompt chain."""
"""Parser for output of router chain in the multi-prompt chain."""
default_destination: str = "DEFAULT"
next_inputs_type: Type = str