Skip to content

Commit 8d147eb

Browse files
committed
fix(dotnet): fix syntax errors from merge conflict resolution
1 parent 21dcf41 commit 8d147eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotnet/src/Client.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,6 @@ public static ToolDefinition FromAIFunction(AIFunction function)
10071007
private record CreateSessionResponse(
10081008
string SessionId,
10091009
string? WorkspacePath);
1010-
string SessionId);
10111010

10121011
internal record ResumeSessionRequest(
10131012
string SessionId,
@@ -1023,7 +1022,6 @@ internal record ResumeSessionRequest(
10231022
private record ResumeSessionResponse(
10241023
string SessionId,
10251024
string? WorkspacePath);
1026-
string SessionId);
10271025

10281026
internal record GetLastSessionIdResponse(
10291027
string? SessionId);

0 commit comments

Comments
 (0)