@graphteon/juricode
Version:
We are forging the future with lines of digital steel
21 lines • 874 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ObservationType;
(function (ObservationType) {
ObservationType["READ"] = "read";
ObservationType["EDIT"] = "edit";
ObservationType["BROWSE"] = "browse";
ObservationType["BROWSE_INTERACTIVE"] = "browse_interactive";
ObservationType["RUN"] = "run";
ObservationType["RUN_IPYTHON"] = "run_ipython";
ObservationType["CHAT"] = "chat";
ObservationType["AGENT_STATE_CHANGED"] = "agent_state_changed";
ObservationType["DELEGATE"] = "delegate";
ObservationType["THINK"] = "think";
ObservationType["RECALL"] = "recall";
ObservationType["MCP"] = "mcp";
ObservationType["ERROR"] = "error";
ObservationType["NULL"] = "null";
})(ObservationType || (ObservationType = {}));
exports.default = ObservationType;
//# sourceMappingURL=observation-type.js.map