picocode-core 0.9.127 → 0.9.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/tools/read.js +1 -1
package/package.json
CHANGED
package/src/tools/read.js
CHANGED
|
@@ -50,7 +50,7 @@ function isBinary(buffer) {
|
|
|
50
50
|
export function createRead({ cwd, recorder, tracker }) {
|
|
51
51
|
return {
|
|
52
52
|
name: 'read',
|
|
53
|
-
description: 'Read a file. Returns line-numbered content. Use offset/limit for large files.',
|
|
53
|
+
description: 'Read a file. Returns line-numbered content; pdf files return their extracted text with page markers. Use offset/limit for large files.',
|
|
54
54
|
schema: {
|
|
55
55
|
description: describeParam,
|
|
56
56
|
path: { type: 'string', description: 'file path, relative to the working directory or absolute' },
|