Skip to content

Commit b2f2a97

Browse files
committed
fix: minor fix
Signed-off-by: Chojan Shang <psiace@apache.org>
1 parent b936af1 commit b2f2a97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

schema/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
"cancel_request": "$/cancel_request"
2929
},
3030
"version": 1
31-
}
31+
}

schema/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4816,4 +4816,4 @@
48164816
}
48174817
],
48184818
"title": "Agent Client Protocol"
4819-
}
4819+
}

src/acp/agent/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ToolCallProgress,
3434
ToolCallStart,
3535
ToolCallUpdate,
36-
usage_update
36+
UsageUpdate,
3737
UserMessageChunk,
3838
WaitForTerminalExitRequest,
3939
WaitForTerminalExitResponse,

0 commit comments

Comments
 (0)