mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-24 16:00:53 +00:00
feat: add agent role binding management (#12382)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user