refactor: remove graph tools references and related logic from AIAgent and workflows
This commit is contained in:
@@ -57,7 +57,6 @@ type CreateAIAgentRequest struct {
|
||||
KnowledgeIDs []int64 `json:"knowledgeIds"`
|
||||
SkillIDs []int64 `json:"skillIds"`
|
||||
DirectTools []AIAgentMCPToolRequest `json:"directTools"`
|
||||
GraphTools []string `json:"graphTools"`
|
||||
}
|
||||
|
||||
type UpdateAIAgentRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user