Skip to content

Commit 466972c

Browse files
committed
根据业务优化references
1 parent 86e20e9 commit 466972c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/core/component.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,6 @@ def create_output(cls, type, text, role="tool", name="", visible_scope="all", ra
650650
key_list = ["url"]
651651
elif type == "files":
652652
key_list = ["filename", "url"]
653-
elif type == "references":
654-
key_list = ["type", "source", "doc_id", "title", "content"]
655653
elif type == "image":
656654
key_list = ["filename", "url"]
657655
elif type == "chart":

0 commit comments

Comments
 (0)