mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
parent
09aa1eac03
commit
84a97d55e1
@ -83,7 +83,7 @@ class LLMRouterChain(RouterChain):
|
|||||||
|
|
||||||
|
|
||||||
class RouterOutputParser(BaseOutputParser[Dict[str, str]]):
|
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"
|
default_destination: str = "DEFAULT"
|
||||||
next_inputs_type: Type = str
|
next_inputs_type: Type = str
|
||||||
|
Loading…
Reference in New Issue
Block a user