Ali2206 commited on
Commit
561e637
·
verified ·
1 Parent(s): 15b59c6

Update data/new_tool.json

Browse files
Files changed (1) hide show
  1. data/new_tool.json +17 -1
data/new_tool.json CHANGED
@@ -1 +1,17 @@
1
- []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "analyze_uploaded_pdf",
4
+ "description": "Extracts text and biomedical information from a user-uploaded PDF file.",
5
+ "function_call": {
6
+ "module": "tooluniverse.tools.pdf_tools",
7
+ "function": "analyze_uploaded_pdf"
8
+ },
9
+ "arguments": [
10
+ {
11
+ "name": "file_path",
12
+ "type": "str",
13
+ "description": "The full path to the uploaded PDF file"
14
+ }
15
+ ]
16
+ }
17
+ ]