LibreChat/api/models/schema
Danny Avila ceb0da874b
🧠 feat: Bedrock Anthropic Reasoning & Update Endpoint Handling (#6163)
* feat: Add thinking and thinkingBudget parameters for Bedrock Anthropic models

* chore: Update @librechat/agents to version 2.1.8

* refactor: change region order in params

* refactor: Add maxTokens parameter to conversation preset schema

* refactor: Update agent client to use bedrockInputSchema and improve error handling for model parameters

* refactor: streamline/optimize llmConfig initialization and saving for bedrock

* fix: ensure config titleModel is used for all endpoints

* refactor: enhance OpenAIClient and agent initialization to support endpoint checks for OpenRouter

* chore: bump @google/generative-ai
2025-03-03 19:09:22 -05:00
..
action.js
agent.js
assistant.js
balance.js
banner.js
categories.js
conversationTagSchema.js
convoSchema.js 🔧 refactor: Improve Params Handling, Remove Legacy Items, & Update Configs (#6074) 2025-02-26 15:02:03 -05:00
defaults.js 🧠 feat: Bedrock Anthropic Reasoning & Update Endpoint Handling (#6163) 2025-03-03 19:09:22 -05:00
fileSchema.js
key.js
messageSchema.js
pluginAuthSchema.js
presetSchema.js 🔧 refactor: Improve Params Handling, Remove Legacy Items, & Update Configs (#6074) 2025-02-26 15:02:03 -05:00
projectSchema.js
promptSchema.js
roleSchema.js
session.js
shareSchema.js
tokenSchema.js
toolCallSchema.js
transaction.js
userSchema.js