Skip to content

Commit a86d7d2

Browse files
authored
Merge pull request #141 from restackio/agent-todo
2 parents 30447d0 + 7efe9d3 commit a86d7d2

File tree

14 files changed

+5547
-142
lines changed

14 files changed

+5547
-142
lines changed

agent-todo/eventAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function eventAgent(input: EventInput) {
1010
await client.sendAgentEvent({
1111
event: {
1212
name: "message",
13-
input: { content: "Sales on boots?" },
13+
input: { content: "Create a to do to send an email to Sam Altman" },
1414
},
1515
agent: {
1616
agentId: input.agentId,

0 commit comments

Comments
 (0)