mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-15 03:55:09 +08:00
fix(ui): add parse_error to MessageContentPart type union
This commit is contained in:
parent
d8f008e427
commit
41a040de35
@ -179,7 +179,7 @@ export interface MessageMetadata {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface MessageContentPart {
|
export interface MessageContentPart {
|
||||||
type: 'text' | 'thinking' | 'image' | 'file' | 'audio' | 'video' | 'tool_call'
|
type: 'text' | 'thinking' | 'image' | 'file' | 'audio' | 'video' | 'tool_call' | 'parse_error'
|
||||||
text?: string
|
text?: string
|
||||||
fileUrl?: string
|
fileUrl?: string
|
||||||
fileName?: string
|
fileName?: string
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user