Skip to content

Commit 74f819d

Browse files
Add Upload File tool to browser agent (#1528)
Co-authored-by: puzhen <1303385763@qq.com> Co-authored-by: Puzhen Zhang <91596298+nitpicker55555@users.noreply.github.com>
1 parent 26cc5c4 commit 74f819d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/app/agent/factory/browser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ def browser_agent(options: Chat):
213213
"browser_sheet_input",
214214
"browser_get_page_snapshot",
215215
"browser_open",
216+
"browser_upload_file",
217+
"browser_download_file",
216218
],
217219
)
218220

0 commit comments

Comments
 (0)