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
When using server-sdk-go v0.3.0, multiple type and method redeclaration errors are occurring in the generated code. This makes it impossible to build projects that depend on this SDK.
Error Messages
Getting the following compilation errors:
Multiple declarations of type Unknown
Multiple declarations of method VisitUnknown
Multiple declarations of method ClientMessageToolCallsToolWithToolCallListItem.GetUnknown
Multiple declarations of method ServerMessageToolCallsToolWithToolCallListItem.GetUnknown
Environment
Go version: 1.22.3
SDK version: v0.3.0
OS: Linux
The text was updated successfully, but these errors were encountered:
Issue Description
When using server-sdk-go v0.3.0, multiple type and method redeclaration errors are occurring in the generated code. This makes it impossible to build projects that depend on this SDK.
Error Messages
Getting the following compilation errors:
Unknown
VisitUnknown
ClientMessageToolCallsToolWithToolCallListItem.GetUnknown
ServerMessageToolCallsToolWithToolCallListItem.GetUnknown
Environment
The text was updated successfully, but these errors were encountered: