feat: add field to allow user only messages (#4554)

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
Spoon
2025-11-20 19:13:42 -06:00
committed by GitHub
co-authored by GitHub Action opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> rekram1-node
parent 3b005d29d7
commit 43c021ed80
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -150,6 +150,7 @@ export type TextPart = {
type: "text"
text: string
synthetic?: boolean
ignored?: boolean
time?: {
start: number
end?: number
@@ -1233,6 +1234,7 @@ export type TextPartInput = {
type: "text"
text: string
synthetic?: boolean
ignored?: boolean
time?: {
start: number
end?: number