mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-04-28 22:37:50 +08:00
Feat: Add Explore page (#13043)
### What problem does this PR solve? Feat: Add Explore page ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -256,6 +256,7 @@ export interface IAgentLogResponse {
|
||||
user_id: string;
|
||||
dsl: string;
|
||||
reference: IReference;
|
||||
name: string;
|
||||
}
|
||||
export interface IAgentLogsResponse {
|
||||
total: number;
|
||||
@ -269,6 +270,7 @@ export interface IAgentLogsRequest {
|
||||
desc?: boolean;
|
||||
page?: number;
|
||||
page_size?: number;
|
||||
exp_user_id?: string; // tenant id
|
||||
}
|
||||
|
||||
export interface IAgentLogMessage {
|
||||
|
||||
Reference in New Issue
Block a user