This commit is contained in:
David Nguyen
2026-02-17 13:45:09 +11:00
parent 2a53104644
commit 3acc029fef
10 changed files with 582 additions and 85 deletions
@@ -32,6 +32,10 @@ export const createEmbeddingEnvelopeRoute = procedure
userId,
teamId,
input,
requestMetadata: ctx.metadata,
options: {
// Default recipients should be added on the frontend automatically for embeds.
bypassDefaultRecipients: true,
},
apiRequestMetadata: ctx.metadata,
});
});