mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 03:10:38 +09:00
coalesce cursor thinking deltas in run log streaming
This commit is contained in:
parent
8f70e79240
commit
1c9b7ef918
6 changed files with 73 additions and 13 deletions
|
|
@ -136,7 +136,7 @@ export interface ServerAdapterModule {
|
|||
|
||||
export type TranscriptEntry =
|
||||
| { kind: "assistant"; ts: string; text: string }
|
||||
| { kind: "thinking"; ts: string; text: string }
|
||||
| { kind: "thinking"; ts: string; text: string; delta?: boolean }
|
||||
| { kind: "user"; ts: string; text: string }
|
||||
| { kind: "tool_call"; ts: string; name: string; input: unknown }
|
||||
| { kind: "tool_result"; ts: string; toolUseId: string; content: string; isError: boolean }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue