Skip to content

@vtj


@vtj / designer / CompletionDelta

Interface: CompletionDelta

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

Properties

content?

optional content: string | null

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


reasoning_content?

optional reasoning_content: string | null

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


refusal?

optional refusal: string | null

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


role?

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

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


tool_calls?

optional tool_calls: any[]

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

Released under the MIT License.