We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30afe6 commit 5ac34beCopy full SHA for 5ac34be
cli/decompose/prompt_modules/subtask_list/_subtask_list.py
@@ -20,7 +20,7 @@
20
T = TypeVar("T")
21
22
RE_SUBTASK_AND_TAG = re.compile(
23
- r"(.*\S)\s*-\s*Variable\s*:\s*(\w+)", flags=re.IGNORECASE
+ r"(.*\S)\s*.\s*Variable\s*:\s*(\w+)", flags=re.IGNORECASE
24
)
25
RE_FINAL_SUBTASK_LIST = re.compile(
26
r"<subtask_list>(.+?)</subtask_list>", flags=re.IGNORECASE | re.DOTALL
0 commit comments