Skip to main content
Represents a collection of list of tools.

Implements

  • ListToolsResponseInterface

Constructor

new ListToolsResponse(
    listToolsResponse: ListToolsResponseInterface
): ListToolsResponse
Creates a new ListToolsResponse instance.

Parameters

listToolsResponse (ListToolsResponseInterface) The tools list to initialize from.

Returns

ListToolsResponse Overrides: AbstractApiDataType.constructor

Properties

tools

readonly tools: ToolInterface[]
Array of tool definitions available for function calling. Implementation of: ListToolsResponseInterface.tools