pub fn try_tool_call_parse_pythonic(
message: &str,
_tools: Option<&[ToolDefinition]>,
) -> Result<(Vec<ToolCallResponse>, Option<String>)>pub fn try_tool_call_parse_pythonic(
message: &str,
_tools: Option<&[ToolDefinition]>,
) -> Result<(Vec<ToolCallResponse>, Option<String>)>