Skip to content

Commit 88adcb5

Browse files
committed
Fix type
1 parent 0c56810 commit 88adcb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/gpt/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ async function main() {
3030
await agent.send({
3131
message: gptMessage ?? "",
3232
originalMessage: message,
33+
metadata: {},
3334
});
3435
},
3536
});

0 commit comments

Comments
 (0)