Class LanguageModelToolResult

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

Stubbed

Constructors

Properties

Constructors

Properties

content: unknown[]

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

See

lm.invokeTool.