Interface LanguageModelToolInvocationPrepareOptions<T>

Stubbed

interface LanguageModelToolInvocationPrepareOptions<T> {
    input: T;
}

Type Parameters

  • T

Properties

Properties

input: T

The input that the tool is being invoked with.