Skip to content

Commit 7f5dca2

Browse files
committed
chore: update spec formatting to line up
1 parent 769566b commit 7f5dca2

File tree

1 file changed

+2
-2
lines changed
  • server/aws-lsp-codewhisperer/src/language-server/agenticChat/tools

1 file changed

+2
-2
lines changed

server/aws-lsp-codewhisperer/src/language-server/agenticChat/tools/fsRead.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class FsRead {
113113
return {
114114
name: 'fsRead',
115115
description:
116-
'A tool for reading a file. \n* This tool returns the contents of a file, and the optional `readRange` determines what range of lines will be read from the specified file.',
116+
'A tool for reading a file.\n * This tool returns the contents of a file, and the optional `readRange` determines what range of lines will be read from the specified file',
117117
inputSchema: {
118118
type: 'object',
119119
properties: {
@@ -123,7 +123,7 @@ export class FsRead {
123123
},
124124
readRange: {
125125
description:
126-
'Optional parameter when reading files.\n* If none is given, the full file is shown. If provided, the file will be shown in the indicated line number range, e.g. [11, 12] will show lines 11 and 12. Indexing at 1 to start. Setting `[startLine, -1]` shows all lines from `startLine` to the end of the file.',
126+
'Optional parameter when reading files.\n * If none is given, the full file is shown. If provided, the file will be shown in the indicated line number range, e.g. [11, 12] will show lines 11 and 12. Indexing at 1 to start. Setting `[startLine, -1]` shows all lines from `startLine` to the end of the file.',
127127
type: 'array',
128128
items: {
129129
type: 'number',

0 commit comments

Comments
 (0)