mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-08 19:48:51 +01:00
fix: Add streamId parameter for resumable stream handling across services (actions, mcp oauth)
This commit is contained in:
parent
ca1e7c316c
commit
228562c9f0
4 changed files with 85 additions and 14 deletions
|
|
@ -630,6 +630,7 @@ async function loadAgentTools({
|
|||
encrypted,
|
||||
name: toolName,
|
||||
description: functionSig.description,
|
||||
streamId,
|
||||
});
|
||||
|
||||
if (!tool) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue