mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
Fix llm strategy store and update app/static. (#1181)
Co-authored-by: lcxadml <864255598@qq.com>
This commit is contained in:
@@ -31,6 +31,13 @@ export type IApp = {
|
||||
is_collected: string;
|
||||
};
|
||||
|
||||
export type IAppData = {
|
||||
app_list: IApp[];
|
||||
current_page: number;
|
||||
total_count: number;
|
||||
total_page: number;
|
||||
};
|
||||
|
||||
// agent
|
||||
export type AgentParams = {
|
||||
agent_name: string;
|
||||
|
Reference in New Issue
Block a user