ProvideLanguageModelChatResponseOptions

The provider version of {@linkcode LanguageModelChatRequestOptions}

Online Documentation

Properties

Link copied to clipboard

A set of options that control the behavior of the language model. These options are specific to the language model.

Link copied to clipboard

The tool-selecting mode to use. The provider must implement respecting this.

Link copied to clipboard

An optional list of tools that are available to the language model. These could be registered tools available via lm.tools, or private tools that are just implemented within the calling extension.