LanguageModelToolInvocationOptions

Options provided for tool invocation.

Online Documentation

Properties

Link copied to clipboard
abstract var input: T

The input with which to invoke the tool. The input must match the schema defined in LanguageModelToolInformation.inputSchema

Link copied to clipboard

Options to hint at how many tokens the tool should return in its response, and enable the tool to count tokens accurately.

Link copied to clipboard

An opaque object that ties a tool invocation to a chat request from a chat participant.