Skip to content

Commit e63a997

Browse files
observerwPsiACE
andauthored
fix: Add SessionInfoUpdate to SessionUpdate type in helpers (#61)
* fix: Add SessionInfoUpdate to ToolCallContentVariant * fix: add miss import Signed-off-by: Chojan Shang <psiace@apache.org> --------- Signed-off-by: Chojan Shang <psiace@apache.org> Co-authored-by: Chojan Shang <psiace@apache.org>
1 parent 5510db2 commit e63a997

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/acp/helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
PlanEntryPriority,
2121
PlanEntryStatus,
2222
ResourceContentBlock,
23+
SessionInfoUpdate,
2324
SessionNotification,
2425
TerminalToolCallContent,
2526
TextContentBlock,
@@ -45,6 +46,7 @@
4546
| UserMessageChunk
4647
| ToolCallStart
4748
| ToolCallProgress
49+
| SessionInfoUpdate
4850
)
4951

5052
ToolCallContentVariant = ContentToolCallContent | FileEditToolCallContent | TerminalToolCallContent

0 commit comments

Comments
 (0)