mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-23 03:40:14 +01:00
🧪 refactor: Add Validation for Agent Creation/Updates (#8261)
* refactor: Add validation schemas for agent creation and updates * fix: Ensure author validation is applied in correct order for agent update handler * ci: Add comprehensive unit tests for agent creation and update handlers with mass assignment protection * fix: add missing web_search tool in system tools configuration
This commit is contained in:
parent
e513f50c08
commit
a37bf6719c
4 changed files with 743 additions and 13 deletions
|
|
@ -2,3 +2,4 @@ export * from './config';
|
|||
export * from './memory';
|
||||
export * from './resources';
|
||||
export * from './run';
|
||||
export * from './validation';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue