mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #22739 from BerriAI/litellm_ui_build_fix_march3
[Fix] UI - Tool Policies: Add missing ToolRow properties
This commit is contained in:
commit
2f192e8d97
1 changed files with 2 additions and 0 deletions
|
|
@ -10138,6 +10138,8 @@ export interface ToolRow {
|
|||
updated_at?: string;
|
||||
created_by?: string;
|
||||
updated_by?: string;
|
||||
user_agent?: string;
|
||||
last_used_at?: string;
|
||||
}
|
||||
|
||||
export interface ToolPolicyOption {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue