mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +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 {
|
||||
type: 'text' | 'thinking' | 'image' | 'file' | 'audio' | 'video' | 'tool_call'
|
||||
type: 'text' | 'thinking' | 'image' | 'file' | 'audio' | 'video' | 'tool_call' | 'parse_error'
|
||||
text?: string
|
||||
fileUrl?: string
|
||||
fileName?: string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user