Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Feb 7, 2025
1 parent 9599d2b commit c5a39e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const graphChat = {
},
reducer: {
agent: "pushAgent",
inputs: { array: ":messages", items: [":userInput.message", { content: ":llm.text", role: "assistant" }] },
inputs: { array: ":messages", items: [":userInput.message", ":llm.message"] },
},
},
};

0 comments on commit c5a39e4

Please sign in to comment.