symposium 1.2.1 → 1.2.2
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/Agent.js +1 -1
- package/package.json +1 -1
package/Agent.js
CHANGED
|
@@ -118,7 +118,7 @@ export default class Agent {
|
|
|
118
118
|
if (context_texts.length) {
|
|
119
119
|
let context_string = context_texts.join('\n');
|
|
120
120
|
if (is_there_on_request) {
|
|
121
|
-
context_string = '<important>Some of the context
|
|
121
|
+
context_string = '<important>Some of the context files are available to you immediately here, while longer texts may be available only on request; you are provided with a title and a description of these files. If you think it may be useful for your current task, you can request the text via the get_context tool - IMPORTANT: use the title of the file verbatim as it is provided</important>' + context_string;
|
|
122
122
|
if (!this.tools.has('get_context'))
|
|
123
123
|
this.addTool(new GetContextTool(this));
|
|
124
124
|
}
|