Theia API Documentation v1.65.0
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _arguments?: string
    _confirmationRejecter?: (reason?: unknown) => void
    _confirmationResolver?: (value: boolean) => void
    _confirmed: Promise<boolean>
    _finished?: boolean
    _id?: string
    _name?: string
    _result?: ToolCallResult
    kind: "toolCall"
    type: "claude-code-tool-call" = 'claude-code-tool-call'

    Accessors

    • get arguments(): undefined | string

      Returns undefined | string

    • get confirmed(): Promise<boolean>

      Returns Promise<boolean>

    • get finished(): boolean

      Returns boolean

    • get id(): undefined | string

      Returns undefined | string

    • get name(): undefined | string

      Returns undefined | string

    • get result(): ToolCallResult

      Returns ToolCallResult

    Methods

    • Represents the content as a string. Returns undefined if the content is purely informational and/or visual and should not be included in the overall representation of the response.

      Returns string

    • Cancel the confirmation (reject the promise)

      Parameters

      • Optionalreason: unknown

      Returns void