feat: add agent role binding management (#12382)

This commit is contained in:
ssongliu
2026-04-01 09:12:07 +00:00
committed by GitHub
parent d83b49cc70
commit 5ce155eee6
13 changed files with 688 additions and 77 deletions
+7
View File
@@ -335,6 +335,13 @@ export namespace AI {
id: string;
}
export interface AgentRoleBindReq {
agentId: number;
id: string;
channel: string;
accountId: string;
}
export interface AgentConfiguredAgentsReq {
agentId: number;
}