Skip to content

Commit a775335

Browse files
fix(examples): fix supervisor example after type update (#9380)
1 parent 797650f commit a775335

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/src/createAgent/supervisor.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,10 @@ async function main() {
252252
"on January 28, 2025 at 2pm for 1 hour titled 'Design Review', " +
253253
"and send them an email reminder about reviewing the new mockups.";
254254

255-
const config = { configurable: { thread_id: "6" } };
255+
const config = {
256+
configurable: { thread_id: "6" },
257+
streamMode: "messages",
258+
} as const;
256259

257260
console.log("User Request:", query);
258261
console.log(`\n${"=".repeat(80)}\n`);

0 commit comments

Comments
 (0)