fix: fix typo in classify_user_query.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
644c512824
commit
d8240b6268
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ async def classify_user_query(query, context, document_types):
|
||||||
"description": "The classification of documents in groups such as legal, medical, etc.",
|
"description": "The classification of documents in groups such as legal, medical, etc.",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["UserQueryClassiffier"],
|
"required": ["UserQueryClassifier"],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue