mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
fix: Bedrock response sender
This commit is contained in:
parent
d66a35887d
commit
edcc66685a
6 changed files with 31 additions and 12 deletions
|
|
@ -38,7 +38,7 @@ const providerSchemas = {
|
|||
|
||||
class AgentClient extends BaseClient {
|
||||
constructor(options = {}) {
|
||||
super(options);
|
||||
super(null, options);
|
||||
|
||||
/** @type {'discard' | 'summarize'} */
|
||||
this.contextStrategy = 'discard';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue