refactor: remove agent ID references from AI workflow handling and related components
This commit is contained in:
@@ -478,7 +478,6 @@ export function AIAgentConfigWorkbench({
|
||||
setSavingWorkflow(true)
|
||||
try {
|
||||
await saveAIAgentWorkflow({
|
||||
agentId: currentAgentId,
|
||||
name: "",
|
||||
description: "",
|
||||
definition,
|
||||
@@ -561,7 +560,6 @@ export function AIAgentConfigWorkbench({
|
||||
setSavingWorkflow(true)
|
||||
try {
|
||||
const saved = await saveAIAgentWorkflow({
|
||||
agentId: currentAgentId,
|
||||
name: "",
|
||||
description: "",
|
||||
definition,
|
||||
|
||||
Reference in New Issue
Block a user