feat(workflow): enhance AI agent workflow state management and response handling
This commit is contained in:
@@ -244,6 +244,9 @@ export type AIAgent = {
|
||||
}[]
|
||||
graphTools: string[]
|
||||
workflowVersionId: number
|
||||
workflowPublished: boolean
|
||||
workflowState: string
|
||||
workflowStateText: string
|
||||
sortNo: number
|
||||
createdAt: string
|
||||
updatedAt: string
|
||||
|
||||
Reference in New Issue
Block a user