Skip to content

toolResultContentFromData

function toolResultContentFromData(data): ToolResultContent;

Defined in: src/types/messages.ts:425

Converts a single ToolResultContentData to a ToolResultContent class instance.

| Parameter | Type | Description | | --------- | ----------------------- | --------------------------------------- | | data | ToolResultContentData | The tool result content data to convert |

ToolResultContent

A ToolResultContent instance of the appropriate type

Error if the content data type is unknown