We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f24839 commit 4c5b067Copy full SHA for 4c5b067
packages/plugin-tee/src/actions/remoteAttestation.ts
@@ -50,7 +50,6 @@ export const remoteAttestationAction = {
50
try {
51
// Get the remote attestation of the agentId
52
const agentId = runtime.agentId;
53
- const agentName = runtime.character.name;
54
const teeMode = runtime.getSetting("TEE_MODE");
55
const provider = new RemoteAttestationProvider(teeMode);
56
const attestation = await provider.generateAttestation(agentId, 'raw');
0 commit comments