Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Jan 9, 2025
1 parent 5eb98ad commit fd0f684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/components/v2/table_ocr/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_table_markdown(self, tables_result):

@components_run_stream_trace
def tool_eval(self,
file_names: Optional[List[str]],
file_names: Optional[List[str]] = [],
**kwargs):
"""
处理并评估传入的文件列表,并返回表格数据的Markdown格式表示。
Expand Down

0 comments on commit fd0f684

Please sign in to comment.