release: v0.11.4
This commit is contained in:
parent
55d154d4ac
commit
1c878c662b
13 changed files with 29 additions and 20 deletions
|
|
@ -631,6 +631,9 @@ export type TextPart = {
|
|||
start: number
|
||||
end?: number
|
||||
}
|
||||
metadata?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
|
||||
export type ReasoningPart = {
|
||||
|
|
@ -751,6 +754,9 @@ export type ToolPart = {
|
|||
callID: string
|
||||
tool: string
|
||||
state: ToolState
|
||||
metadata?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
|
||||
export type StepStartPart = {
|
||||
|
|
@ -827,6 +833,9 @@ export type TextPartInput = {
|
|||
start: number
|
||||
end?: number
|
||||
}
|
||||
metadata?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
|
||||
export type FilePartInput = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue