Files
vercel__eve/apps/fixtures/weather-agent/agent/agent.ts
T
Casey Gowrie 5bbb085e58 chore: align quickstart and dev fixture model with the CLI default (#2701)
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-authored-by: Casey Gowrie <6045519+ctgowrie@users.noreply.github.com>
2026-08-28 10:18:36 -04:00

14 lines
251 B
TypeScript

import { defineAgent } from "eve";
export default defineAgent({
model: "openai/gpt-5.6-luna-fast",
modelOptions: {
providerOptions: {
openai: {
reasoningEffort: "high",
reasoningSummary: "auto",
},
},
},
});