Роутер работает нормально в process v2
This commit is contained in:
@@ -5,7 +5,7 @@ from pathlib import Path
|
||||
from typing import Literal
|
||||
|
||||
|
||||
RunnerKind = Literal["agent_runtime"]
|
||||
RunnerKind = Literal["agent_runtime", "process_v2"]
|
||||
ModeKind = Literal["router_only", "router_rag", "full_chain"]
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ class CaseInput:
|
||||
|
||||
@dataclass(slots=True, frozen=True)
|
||||
class RouterExpectation:
|
||||
domain: str | None = None
|
||||
intent: str | None = None
|
||||
sub_intent: str | None = None
|
||||
graph_id: str | None = None
|
||||
|
||||
Reference in New Issue
Block a user