Skip to content

Commit

Permalink
fix: esure RA Action reply does not hallucinate
Browse files Browse the repository at this point in the history
  • Loading branch information
HashWarlock authored Jan 16, 2025
1 parent 7b13d77 commit ecebc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-tee/src/actions/remoteAttestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
],
],
};
};

0 comments on commit ecebc2e

Please sign in to comment.