Skip to content

@vtj


@vtj / designer / CompletionDelta

Interface: CompletionDelta

Defined in: packages/designer/types/framework/openapi.d.ts:118

Properties

content?

optional content: null | string

Defined in: packages/designer/types/framework/openapi.d.ts:119


reasoning_content?

optional reasoning_content: null | string

Defined in: packages/designer/types/framework/openapi.d.ts:120


refusal?

optional refusal: null | string

Defined in: packages/designer/types/framework/openapi.d.ts:122


role?

optional role: "system" | "developer" | "user" | "assistant" | "tool"

Defined in: packages/designer/types/framework/openapi.d.ts:121


tool_calls?

optional tool_calls: any[]

Defined in: packages/designer/types/framework/openapi.d.ts:123

Released under the MIT License.