fix: agent actions

This commit is contained in:
Danny Avila 2024-09-03 12:59:22 -04:00
parent 9a9f993f32
commit 22a1bdbd7a
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ async function createActionTool({ action, requestBuilder, zodSchema, name, descr
* Encrypts sensitive metadata values for an action.
*
* @param {ActionMetadata} metadata - The action metadata to encrypt.
* @returns {ActionMetadata} The updated action metadata with encrypted values.
* @returns {Promise<ActionMetadata>} The updated action metadata with encrypted values.
*/
async function encryptMetadata(metadata) {
const encryptedMetadata = { ...metadata };