Fix llm strategy store and update app/static. (#1181)

Co-authored-by: lcxadml <864255598@qq.com>
This commit is contained in:
Shinexy
2024-02-22 14:33:57 +08:00
committed by GitHub
parent ab5e1c7ea1
commit 21682575f5
26 changed files with 66 additions and 33 deletions

View File

@@ -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;