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
Improve validation of task action implementation tool identifier types
This is an absolute requirement for correct behavior; it should not only be an assertion. Include a verbose and descriptive error message to clearly communicate the issue.
throwStubError.error("INTERNAL ERROR: task action implementation types \(existingTaskAction) and \(type(of: execTaskAction)) have conflicting tool identifier '\(tool)'; tool identifiers must be globally unique across all task action implementation types")
0 commit comments