@hyperbrowser/agent
Version:
Hyperbrowsers Web Agent
18 lines (17 loc) • 579 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OUTPUT_FORMAT = void 0;
exports.OUTPUT_FORMAT = `Your response MUST be in this exact format:
{
"thoughts": "Your thoughts on the task at hand, was the previous goal successful?",
"memory": "Information that you need to remember to accomplish subsequent goals",
"nextGoal": "The next goal you are trying to accomplish with the actions you have chosen",
"actions": [
{
"action": "The action you will take",
"params": {
...Action Arguments...
}
}
]
}`;