mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
fix(e2e): preserve self-modification model limits
Signed-off-by: Colton Padden <colton.padden@vercel.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import { e2eSubagentConfig } from "@eve-e2e/config";
|
||||
import { defineAgent } from "eve";
|
||||
|
||||
export default defineAgent({
|
||||
...e2eSubagentConfig(),
|
||||
description:
|
||||
"Delegate requests to change the eve agent, add reusable actions, or install and connect named capabilities. This acceptance-only child does not modify source or call tools.",
|
||||
model: e2eSubagentConfig().model,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user