Class ToolCallChatResponseContentImpl

Implements

Constructors

Properties

_arguments?: string
_confirmationRejecter?: ((reason?) => void)

Type declaration

    • (reason?): void
    • Parameters

      • Optional reason: unknown

      Returns void

_confirmationResolver?: ((value) => void)

Type declaration

    • (value): void
    • Parameters

      • value: boolean

      Returns void

_confirmed: Promise<boolean>
_finished?: boolean
_id?: string
_name?: string
_result?: ToolCallResult
kind: "toolCall" = 'toolCall'

Accessors

Methods