refactor: remove remark field from AIAgent and related components

This commit is contained in:
mlogclub
2026-04-18 13:03:59 +08:00
parent 1a657f2dfa
commit 797bee65f9
8 changed files with 0 additions and 22 deletions
-2
View File
@@ -223,7 +223,6 @@ export type AIAgent = {
}[]
graphTools: string[]
sortNo: number
remark: string
createdAt: string
updatedAt: string
createUserName: string
@@ -252,7 +251,6 @@ export type CreateAIAgentPayload = {
arguments?: Record<string, string>
}[]
graphTools: string[]
remark: string
}
export type UpdateAIAgentPayload = CreateAIAgentPayload & {