Files
vercel__eve/e2e/fixtures/agent-self-modification/agent/channels/eve.ts
T
2026-09-16 08:25:51 -07:00

13 lines
323 B
TypeScript

import { eveChannel } from "eve/channels/eve";
export default eveChannel({
auth: () => ({
attributes: { fixture: "self-modification" },
authenticator: "e2e-fixture",
issuer: "e2e",
principalId: "self-modification-e2e-user",
principalType: "user",
subject: "self-modification-e2e-user",
}),
});