pub async fn try_tool_call_parse(
message: &str,
config: &ToolCallConfig,
) -> Result<(Vec<ToolCallResponse>, Option<String>)>pub async fn try_tool_call_parse(
message: &str,
config: &ToolCallConfig,
) -> Result<(Vec<ToolCallResponse>, Option<String>)>