fix: Add streamId parameter for resumable stream handling across services (actions, mcp oauth)

This commit is contained in:
Danny Avila 2025-12-18 17:42:34 -05:00
parent ca1e7c316c
commit 228562c9f0
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
4 changed files with 85 additions and 14 deletions

View file

@ -630,6 +630,7 @@ async function loadAgentTools({
encrypted,
name: toolName,
description: functionSig.description,
streamId,
});
if (!tool) {