LanguageModelToolResult

A result returned from a tool invocation. If using @vscode/prompt-tsx, this result may be rendered using a ToolResult.

Online Documentation

Constructors

Link copied to clipboard
constructor(content: ReadonlyArray<JsAny>)

Create a LanguageModelToolResult

Properties

Link copied to clipboard

A list of tool result content parts. Includes unknown because this list may be extended with new content types in the future.