TextContent

TextContent = ({String text, String type})

Text content in tool results.

Implementation

typedef TextContent = ({String type, String text});