From ecebc2e57727c42b6080e5eab7ce654ec887d56c Mon Sep 17 00:00:00 2001 From: Joshua <64296537+HashWarlock@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:11:20 -0600 Subject: [PATCH] fix: esure RA Action reply does not hallucinate --- packages/plugin-tee/src/actions/remoteAttestation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-tee/src/actions/remoteAttestation.ts b/packages/plugin-tee/src/actions/remoteAttestation.ts index 87fa15dde0..40f05b901f 100644 --- a/packages/plugin-tee/src/actions/remoteAttestation.ts +++ b/packages/plugin-tee/src/actions/remoteAttestation.ts @@ -87,15 +87,15 @@ https://proof.t16z.com/reports/${data.checksum}`, user: "{{user1}}", content: { text: "If you are running in a TEE, generate a remote attestation", + action: "REMOTE_ATTESTATION", }, }, { user: "{{user2}}", content: { text: "Of course, one second...", - action: "REMOTE_ATTESTATION", }, } ], ], -}; \ No newline at end of file +};