We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797650f commit a775335Copy full SHA for a775335
examples/src/createAgent/supervisor.ts
@@ -252,7 +252,10 @@ async function main() {
252
"on January 28, 2025 at 2pm for 1 hour titled 'Design Review', " +
253
"and send them an email reminder about reviewing the new mockups.";
254
255
- const config = { configurable: { thread_id: "6" } };
+ const config = {
256
+ configurable: { thread_id: "6" },
257
+ streamMode: "messages",
258
+ } as const;
259
260
console.log("User Request:", query);
261
console.log(`\n${"=".repeat(80)}\n`);
0 commit comments