We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a83bfc commit 199df64Copy full SHA for 199df64
agent-todo/eventAgent.ts
@@ -10,7 +10,7 @@ async function eventAgent(input: EventInput) {
10
await client.sendAgentEvent({
11
event: {
12
name: "message",
13
- input: { content: "Sales on boots?" },
+ input: { content: "Create a to do to send an email to Sam Altman" },
14
},
15
agent: {
16
agentId: input.agentId,
agent-todo/package.json
@@ -10,7 +10,7 @@
"event": "tsx eventAgent.ts"
"dependencies": {
- "@restackio/ai": "^0.0.121",
+ "@restackio/ai": "^0.0.123",
"@temporalio/workflow": "1.11.6",
"dotenv": "^16.4.7",
"openai": "^4.80.1",
0 commit comments