File tree Expand file tree Collapse file tree 2 files changed +4
-720
lines changed Expand file tree Collapse file tree 2 files changed +4
-720
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ def get_tool_description(self) -> Tool:
346
346
},
347
347
"file_hash" : {
348
348
"type" : "string" ,
349
- "description" : "Hash of the file contents for concurrency control" ,
349
+ "description" : "Hash of the file contents for concurrency control. it should be matched with the file_hash when get_text_file_contents is called. " ,
350
350
},
351
351
"encoding" : {
352
352
"type" : "string" ,
@@ -439,7 +439,7 @@ def get_tool_description(self) -> Tool:
439
439
},
440
440
"file_hash" : {
441
441
"type" : "string" ,
442
- "description" : "Hash of the file contents for concurrency control" ,
442
+ "description" : "Hash of the file contents for concurrency control. it should be matched with the file_hash when get_text_file_contents is called. " ,
443
443
},
444
444
"ranges" : {
445
445
"type" : "array" ,
@@ -457,7 +457,7 @@ def get_tool_description(self) -> Tool:
457
457
},
458
458
"range_hash" : {
459
459
"type" : "string" ,
460
- "description" : "Hash of the content being deleted" ,
460
+ "description" : "Hash of the content being deleted. it should be matched with the range_hash when get_text_file_contents is called with the same range. " ,
461
461
},
462
462
},
463
463
"required" : ["start" , "range_hash" ],
@@ -544,7 +544,7 @@ def get_tool_description(self) -> Tool:
544
544
},
545
545
"file_hash" : {
546
546
"type" : "string" ,
547
- "description" : "Hash of the file contents for concurrency control" ,
547
+ "description" : "Hash of the file contents for concurrency control. it should be matched with the file_hash when get_text_file_contents is called. " ,
548
548
},
549
549
"contents" : {
550
550
"type" : "string" ,
You can’t perform that action at this time.
0 commit comments