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
name: 'currentAbsoluteFilePath',description: nls.localize('theia/ai/core/variable-contribution/currentAbsoluteFilePath','The absolute path of the \
44
-
currently opened file. Please note that most agents will expect a relative file path (relative to the current workspace).')
45
-
}],
46
-
['selectedText',{
47
-
description: nls.localize('theia/ai/core/variable-contribution/currentSelectedText','The plain text that is currently selected in the \
48
-
opened file. This excludes the information where the content is coming from. Please note that most agents will work better with a relative file path \
49
-
(relative to the current workspace).')
50
-
}],
51
-
['currentText',{
52
-
name: 'currentFileContent',description: nls.localize('theia/ai/core/variable-contribution/currentFileContent','The plain content of the \
53
-
currently opened file. This excludes the information where the content is coming from. Please note that most agents will work better with a relative file path \
54
-
(relative to the current workspace).')
55
-
}],
56
-
['relativeFile',{
57
-
name: 'currentRelativeFilePath',description: nls.localize('theia/ai/core/variable-contribution/currentRelativeFilePath','The relative path of the \
58
-
currently opened file.')
59
-
}],
60
-
['relativeFileDirname',{
61
-
name: 'currentRelativeDirPath',description: nls.localize('theia/ai/core/variable-contribution/currentRelativeDirPath','The relative path of the directory \
description: nls.localize('theia/ai/core/variable-contribution/currentAbsoluteFilePath','The absolute path of the \
54
+
currently opened file. Please note that most agents will expect a relative file path (relative to the current workspace).')
55
+
}
56
+
]],
57
+
['selectedText',[
58
+
{
59
+
description: nls.localize('theia/ai/core/variable-contribution/currentSelectedText','The plain text that is currently selected in the \
60
+
opened file. This excludes the information where the content is coming from. Please note that most agents will work better with a relative file path \
61
+
(relative to the current workspace).')
62
+
}
63
+
]],
64
+
['currentText',[
65
+
{
66
+
name: 'currentFileContent',
67
+
description: nls.localize('theia/ai/core/variable-contribution/currentFileContent','The plain content of the \
68
+
currently opened file. This excludes the information where the content is coming from. Please note that most agents will work better with a relative file path \
69
+
(relative to the current workspace).')
70
+
}
71
+
]],
72
+
['relativeFile',[
73
+
{
74
+
name: 'currentRelativeFilePath',
75
+
description: nls.localize('theia/ai/core/variable-contribution/currentRelativeFilePath','The relative path of the \
76
+
currently opened file.')
77
+
},
78
+
{
79
+
name: '_f',
80
+
description: nls.localize('theia/ai/core/variable-contribution/dotRelativePath','Short reference to the relative path of the \
81
+
currently opened file (\'currentRelativeFilePath\').')
82
+
}
83
+
]],
84
+
['relativeFileDirname',[
85
+
{
86
+
name: 'currentRelativeDirPath',
87
+
description: nls.localize('theia/ai/core/variable-contribution/currentRelativeDirPath','The relative path of the directory \
0 commit comments