mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 18:44:47 +00:00
release: v0.9.11
This commit is contained in:
@@ -649,9 +649,6 @@ export type TextPart = {
|
||||
type: "text"
|
||||
text: string
|
||||
synthetic?: boolean
|
||||
metadata?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
time?: {
|
||||
start: number
|
||||
end?: number
|
||||
@@ -776,9 +773,6 @@ export type ToolPart = {
|
||||
callID: string
|
||||
tool: string
|
||||
state: ToolState
|
||||
metadata?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
}
|
||||
|
||||
export type StepStartPart = {
|
||||
@@ -851,9 +845,6 @@ export type TextPartInput = {
|
||||
type: "text"
|
||||
text: string
|
||||
synthetic?: boolean
|
||||
metadata?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
time?: {
|
||||
start: number
|
||||
end?: number
|
||||
|
||||
Reference in New Issue
Block a user