Skip to content

Commit 5be55f8

Browse files
authored
根据业务优化references (#918)
1 parent 86e20e9 commit 5be55f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def create_output(cls, type, text, role="tool", name="", visible_scope="all", ra
651651
elif type == "files":
652652
key_list = ["filename", "url"]
653653
elif type == "references":
654-
key_list = ["type", "source", "doc_id", "title", "content"]
654+
key_list = []
655655
elif type == "image":
656656
key_list = ["filename", "url"]
657657
elif type == "chart":

0 commit comments

Comments
 (0)