|
@@ -138,7 +138,7 @@ export default class MessageManager {
|
|
|
* @returns A HumanMessage object containing the task instructions
|
|
|
*/
|
|
|
private static taskInstructions(task: string): HumanMessage {
|
|
|
- const content = `Your ultimate task is: """${task}""". If you achieved your ultimate task, stop everything and use the done action in the next step to complete the task. If not, continue as usual.`;
|
|
|
+ const content = `Your ultimate task is: """${task}""". If you achieved your ultimate task, stop everything and use the done action in the next step to complete the task. If not, continue as usual.你的所有回答都要用中文回答.`;
|
|
|
return new HumanMessage({ content });
|
|
|
}
|
|
|
|