mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🤖 feat: Add Agents librechat.yaml
Configuration (#4953)
* feat: CONFIG_VERSION v1.1.9, agents config * refactor: Assistants Code Interpreter Toggle Improved Accessibility * feat: Agents Config
This commit is contained in:
parent
51e016ef2c
commit
e82af236bc
13 changed files with 65 additions and 48 deletions
|
@ -819,11 +819,17 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @exports TAssistantEndpoint
|
||||
* @exports TAgentsEndpoint
|
||||
* @typedef {import('librechat-data-provider').TAssistantEndpoint} TAssistantEndpoint
|
||||
* @memberof typedefs
|
||||
*/
|
||||
|
||||
/**
|
||||
* @exports TAgentsEndpoint
|
||||
* @typedef {import('librechat-data-provider').TAgentsEndpoint} TAgentsEndpoint
|
||||
* @memberof typedefs
|
||||
*/
|
||||
|
||||
/**
|
||||
* @exports Agent
|
||||
* @typedef {import('librechat-data-provider').Agent} Agent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue