fix: escape JSON braces in smart router AI prompt template
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
This commit is contained in:
parent
929e0b919f
commit
f11df918e4
@ -191,10 +191,10 @@ Poziomy złożoności:
|
|||||||
- complex — pytanie przekrojowe, wymaga wielu kategorii lub głębokiej analizy
|
- complex — pytanie przekrojowe, wymaga wielu kategorii lub głębokiej analizy
|
||||||
|
|
||||||
Zwróć TYLKO JSON (bez markdown, bez objaśnień):
|
Zwróć TYLKO JSON (bez markdown, bez objaśnień):
|
||||||
{
|
{{
|
||||||
"complexity": "simple|medium|complex",
|
"complexity": "simple|medium|complex",
|
||||||
"data_needed": ["category1", "category2"]
|
"data_needed": ["category1", "category2"]
|
||||||
}
|
}}
|
||||||
|
|
||||||
Zapytanie użytkownika: {message}
|
Zapytanie użytkownika: {message}
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user