mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-19 06:01:05 +08:00
Feat: Export Agent Logs. (#13658)
### What problem does this PR solve? Feat: Export Agent Logs. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@@ -97,10 +97,12 @@ export interface IFlowTemplate {
|
||||
description: {
|
||||
en: string;
|
||||
zh: string;
|
||||
de: string;
|
||||
};
|
||||
title: {
|
||||
en: string;
|
||||
zh: string;
|
||||
de: string;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -264,6 +266,7 @@ export interface IAgentLogResponse {
|
||||
dsl: string;
|
||||
reference: IReference;
|
||||
name: string;
|
||||
version_title: string;
|
||||
}
|
||||
export interface IAgentLogsResponse {
|
||||
total: number;
|
||||
|
||||
Reference in New Issue
Block a user