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

@ -434,6 +434,7 @@ Anchor pattern: \\ue202turn{N}{type}{index} where N=turn number, type=search|new
user: safeUser,
userMCPAuthMap,
res: options.res,
streamId: options.req?._resumableStreamId || null,
model: agent?.model ?? model,
serverName: config.serverName,
provider: agent?.provider ?? endpoint,