Preview native LLM runtime stack (#27114)
This commit is contained in:
parent
ff9d7cab5c
commit
dbe36851bc
20 changed files with 2680 additions and 478 deletions
|
|
@ -91,6 +91,7 @@ export const TextDelta = Schema.Struct({
|
|||
type: Schema.tag("text-delta"),
|
||||
id: ContentBlockID,
|
||||
text: Schema.String,
|
||||
providerMetadata: Schema.optional(ProviderMetadata),
|
||||
}).annotate({ identifier: "LLM.Event.TextDelta" })
|
||||
export type TextDelta = Schema.Schema.Type<typeof TextDelta>
|
||||
|
||||
|
|
@ -112,6 +113,7 @@ export const ReasoningDelta = Schema.Struct({
|
|||
type: Schema.tag("reasoning-delta"),
|
||||
id: ContentBlockID,
|
||||
text: Schema.String,
|
||||
providerMetadata: Schema.optional(ProviderMetadata),
|
||||
}).annotate({ identifier: "LLM.Event.ReasoningDelta" })
|
||||
export type ReasoningDelta = Schema.Schema.Type<typeof ReasoningDelta>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue