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

    Interface LanguageModelToolInvocationPrepareOptions<T>

    interface LanguageModelToolInvocationPrepareOptions<T> {
        input: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    input: T

    The input that the tool is being invoked with.