factory Message.tool(String content, String toolCallId) => ToolMessage(content: Content.text(content), toolCallId: toolCallId);