We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4381370 + ddf70fb commit 486802dCopy full SHA for 486802d
1 file changed
plugins/cortex-code/scripts/router/prompt_filter.py
@@ -5,6 +5,7 @@
5
and if matched, prints a routing instruction to stdout that gets injected
6
into the conversation context. Runs in <50ms -- no LLM calls, no network.
7
"""
8
+from __future__ import annotations
9
10
import sys
11
import re
0 commit comments