Fix typo in llm_router.py (#9322)

Fix typo
wfh/update_criteria_prompt
qqjettkgjzhxmwj 11 months ago committed by GitHub
parent 09aa1eac03
commit 84a97d55e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save