Skip to content

Commit 199df64

Browse files
committed
Update event input message and bump @restackio/ai dependency version
1 parent 5a83bfc commit 199df64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent-todo/eventAgent.ts

+1-1
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,

agent-todo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"event": "tsx eventAgent.ts"
1111
},
1212
"dependencies": {
13-
"@restackio/ai": "^0.0.121",
13+
"@restackio/ai": "^0.0.123",
1414
"@temporalio/workflow": "1.11.6",
1515
"dotenv": "^16.4.7",
1616
"openai": "^4.80.1",

0 commit comments

Comments
 (0)