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

    The result of a call to LanguageModelTool.prepareInvocation.

    interface PreparedToolInvocation {
        confirmationMessages?: LanguageModelToolConfirmationMessages;
        invocationMessage?: string | MarkdownString;
    }
    Index

    Properties

    The presence of this property indicates that the user should be asked to confirm before running the tool. The user should be asked for confirmation for any tool that has a side-effect or may potentially be dangerous.

    invocationMessage?: string | MarkdownString

    A customized progress message to show while the tool runs.