start adding dummy nodes

This commit is contained in:
William Jeynes
2026-01-28 21:26:34 +00:00
parent a3201d17a2
commit c6416622e4
14 changed files with 188 additions and 61 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ const streamResponse = client.runs.stream(
thread["thread_id"],
"agent",
{
input: [
{ role: "user", content: "3+5" }
],
input: {
"messages": ["3+5" ]
},
streamMode: "messages-tuple",
}
);