feat: support question classifier node output (#4000)

This commit is contained in:
sino 2024-04-30 17:07:29 +08:00 committed by GitHub
commit da5a8b9a59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 49 additions and 93 deletions

View file

@ -79,7 +79,6 @@ class QuestionClassifierNode(LLMNode):
prompt_messages=prompt_messages
),
'usage': jsonable_encoder(usage),
'topics': categories[0] if categories else ''
}
outputs = {
'class_name': categories[0] if categories else ''