Skip to content

Commit c39bc96

Browse files
committed
Update prompt categories and per-category counts in QUOTAS (prompt_draft_node.py)
1 parent 62d58ce commit c39bc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/nodes/new_pipeline/prompt_draft_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
logger = logging.getLogger(__name__)
99

1010
# Prompt quotas per category (for reference)
11-
QUOTAS = {"Marketing": 3, "Sales": 2, "Product": 2, "Success": 1, "Ops": 1}
11+
QUOTAS = {"Marketing": 2, "Sales": 2, "Product": 2, "Support": 2, "Operations": 2}
1212

1313
@Node(retries=3)
1414
def PromptDraftNode(text: str, framework_plan: dict) -> dict[str, list[str]]:

0 commit comments

Comments
 (0)