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

    A language model response part indicating a tool call, returned from a LanguageModelChatResponse, and also can be included as a content part on a LanguageModelChatMessage, to represent a previous tool call in a chat request.

    Index

    Constructors

    Properties

    Constructors

    Properties

    callId: string

    The ID of the tool call. This is a unique identifier for the tool call within the chat request.

    input: object

    The input with which to call the tool.

    name: string

    The name of the tool to call.