You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
"The workspace\"${workspace.name}\"does not have an agent named\"${parameters.agentName()}\"",
344
+
"The workspace\"${workspace.name}\"does not have an agent named\"${parameters.agentName()}\"",
347
345
)
346
+
}elseif (!parameters.agentID().isNullOrBlank()) {
347
+
throwIllegalArgumentException("The workspace\"${workspace.name}\" does not have an agent with ID\"${parameters.agentID()}\"")
348
348
}else {
349
349
throwMissingArgumentException(
350
350
"Unable to determine which agent to connect to; one of\"$AGENT_NAME\" or\"$AGENT_ID\" must be set because the workspace\"${workspace.name}\" has more than one agent",