mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-10 00:18:23 +00:00
An agent upload with no explicit tool_resource that resolves to the text path is promoted to a context resource, but retention still received the original undefined tool_resource, so in retention modes that expire conversation files while keeping persistent agent resources these files were given an expiration and swept. Vector provisioning also derived its temp path from file_id alone, so two concurrent requests for the same file shared one path and could unlink or truncate it mid-stream, producing failed or corrupted embeddings. |
||
|---|---|---|
| .. | ||
| controllers | ||
| middleware | ||
| routes | ||
| services | ||
| utils | ||
| cleanup.js | ||
| csp.spec.js | ||
| experimental.js | ||
| experimental.spec.js | ||
| index.js | ||
| index.metrics.spec.js | ||
| index.spec.js | ||
| socialLogins.js | ||
| socialLogins.spec.js | ||
| telemetry.js | ||
| telemetry.spec.js | ||