Skip to content

Commit 1884f14

Browse files
committed
feat: QueryMakerState에 언어, 신뢰도 및 방법 필드 추가
1 parent 89d819a commit 1884f14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llm_utils/graph.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class QueryMakerState(TypedDict):
3333
best_practice_query: str
3434
refined_input: str
3535
generated_query: str
36+
language: str
37+
confidence: float
38+
method: str
3639

3740

3841
# 노드 함수: 언어 감지

0 commit comments

Comments
 (0)