pub fn create_text_result(text: String) -> CallToolResult
Expand description
Creates a text result response for tool calls
This is a common utility used by all tools to return a text response.
pub fn create_text_result(text: String) -> CallToolResult
Creates a text result response for tool calls
This is a common utility used by all tools to return a text response.