VS Code API
Official docs
Repository
Preparing search index...
vscode
LanguageModelToolInvocationPrepareOptions
Interface LanguageModelToolInvocationPrepareOptions<T>
Options for
LanguageModelTool.prepareInvocation
.
interface
LanguageModelToolInvocationPrepareOptions
<
T
>
{
input
:
T
;
}
Type Parameters
T
Index
Properties
input
Properties
input
input
:
T
The input that the tool is being invoked with.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
Official docs
Repository
VS Code API
Loading...
Options for LanguageModelTool.prepareInvocation.