We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dcf41 commit 8d147ebCopy full SHA for 8d147eb
1 file changed
dotnet/src/Client.cs
@@ -1007,7 +1007,6 @@ public static ToolDefinition FromAIFunction(AIFunction function)
1007
private record CreateSessionResponse(
1008
string SessionId,
1009
string? WorkspacePath);
1010
- string SessionId);
1011
1012
internal record ResumeSessionRequest(
1013
@@ -1023,7 +1022,6 @@ internal record ResumeSessionRequest(
1023
1022
private record ResumeSessionResponse(
1024
1025
1026
1027
1028
internal record GetLastSessionIdResponse(
1029
string? SessionId);
0 commit comments