toolResultContentFromData
function toolResultContentFromData(data): ToolResultContent;Defined in: src/types/messages.ts:394
Converts a single ToolResultContentData to a ToolResultContent class instance.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
data | ToolResultContentData | The tool result content data to convert |
Returns
Section titled “Returns”A ToolResultContent instance of the appropriate type
Throws
Section titled “Throws”Error if the content data type is unknown