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:
balibabu
2026-03-17 18:51:26 +08:00
committed by GitHub
parent fc4f1e2488
commit 6cae364ac2
13 changed files with 199 additions and 24 deletions

View File

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