Discord: fix native command context test args

This commit is contained in:
Vincent Koc
2026-03-07 17:33:45 -08:00
parent 556a74d259
commit ad80ecd445

View File

@@ -43,7 +43,7 @@ describe("buildDiscordNativeCommandContext", () => {
it("builds guild slash command context with owner allowlist and channel metadata", () => {
const ctx = buildDiscordNativeCommandContext({
prompt: "/status",
commandArgs: { model: "gpt-5.2" },
commandArgs: { values: { model: "gpt-5.2" } },
sessionKey: "agent:codex:discord:slash:user-1",
commandTargetSessionKey: "agent:codex:discord:channel:chan-1",
accountId: "default",