You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/nexent/core/tools/analyze_text_file_tool.py
+15-22Lines changed: 15 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,16 @@ class AnalyzeTextFileTool(Tool):
37
37
inputs= {
38
38
"file_url_list": {
39
39
"type": "array",
40
-
"description": "List of file URLs (S3, HTTP, or HTTPS). Supports s3://bucket/key, /bucket/key, http://, and https:// URLs. Can also accept a single file URL which will be treated as a list with one element."
40
+
"description": "List of file URLs (S3, HTTP, or HTTPS). Supports s3://bucket/key, /bucket/key, http://, and https:// URLs."
41
41
},
42
42
"query": {
43
43
"type": "string",
44
44
"description": "User's question to guide the analysis"
0 commit comments